Skip to content

Commit

Permalink
Gruntfile improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Dec 17, 2012
1 parent 3e0ace0 commit 0ac95ff
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Gruntfile.js
Expand Up @@ -30,18 +30,9 @@ module.exports = function(grunt) {

clean: {
examples: [
'examples/almond-text-plugin-project/dist/',
'examples/almond-text-plugin-singlefile/dist/',
'examples/libglobal/dist/',
'examples/libglobal-hybrid/dist/',
'examples/multipage/www-built/',
'examples/multipage-shim/www-built/',
'examples/almond-text-plugin-project/node_modules/',
'examples/almond-text-plugin-singlefile/node_modules/',
'examples/libglobal/node_modules/',
'examples/libglobal-hybrid/node_modules/',
'examples/multipage/node_modules/',
'examples/multipage-shim/node_modules/'
'examples/**/dist/',
'examples/**/www-built/',
'examples/**/node_modules/'
],
tmp: ['tmp']
},
Expand Down

0 comments on commit 0ac95ff

Please sign in to comment.