af1c5d27 by Adam Heath

Copy php files out of the punch output folder and into dist.

1 parent 83da0e2d
...@@ -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 {
......