Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Build: Aligned demos.unprocessed on master
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Apr 10, 2013
1 parent 8ce6174 commit 576714f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Expand Up @@ -302,9 +302,8 @@ module.exports = function( grunt ) {
},
{
expand: true,
cwd: dist,
src: "images/*",
dest: path.join( dist, "demos/" )
src: [ "demos/**/*", "!**/*.php", "!**/*.html" ],
dest: dist
}
]
},
Expand Down

0 comments on commit 576714f

Please sign in to comment.