Copy php files out of the punch output folder and into dist.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -279,7 +279,7 @@ module.exports = function (grunt) { | ... | @@ -279,7 +279,7 @@ module.exports = function (grunt) { |
279 | cwd: htmlSourceDir, | 279 | cwd: htmlSourceDir, |
280 | dest: 'dist', | 280 | dest: 'dist', |
281 | src: [ | 281 | src: [ |
282 | '{,*/}*.html', | 282 | '{,*/}*.{html,php}', |
283 | ] | 283 | ] |
284 | }); | 284 | }); |
285 | } else { | 285 | } else { | ... | ... |
-
Please register or sign in to post a comment