Skip to content

Commit e79e71f

Browse files
Updated the Gruntfile to fix demos PHP includes.
1 parent 4f826b3 commit e79e71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ module.exports = function( grunt ) {
367367
files: [
368368
{
369369
expand: true,
370-
src: [ "demos/jqm-contents.php", "demos/jqm-panels.php" ],
370+
src: [ "demos/jqm-contents.php", "demos/jqm-navmenu.php", "demos/jqm-search.php" ],
371371
dest: dist
372372
}
373373
]
@@ -389,7 +389,7 @@ module.exports = function( grunt ) {
389389
// If we've already handled the nested includes use the version
390390
// that was copied to the dist folder
391391
// TODO use the config from copy:demos.nested.files
392-
if( includePath.match(/jqm\-panels.php|jqm\-contents.php/) ) {
392+
if( includePath.match(/jqm\-contents.php|jqm\-navmenu.php|jqm\-search.php/) ) {
393393
newSrcPath = "dist/" + newSrcPath;
394394
}
395395

0 commit comments

Comments
 (0)