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) {
cwd: htmlSourceDir,
dest: 'dist',
src: [
'{,*/}*.html',
'{,*/}*.{html,php}',
]
});
} else {
......