Skip to content

Commit

Permalink
fix copy task
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 5, 2015
1 parent 6733fd4 commit c7b2eac
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 105 deletions.
9 changes: 7 additions & 2 deletions build/Gruntfile.ls
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ module.exports = (grunt)->
copy: lib: files:
* expand: on
cwd: './'
src: <[modules/** es5/** es6/** es7/** js/** web/** core/** fn/** index.js shim.js]>
src: <[es5/** es6/** es7/** js/** web/** core/** fn/** index.js shim.js]>
dest: './library/'
* expand: on
cwd: './modules/library/'
cwd: './'
src: <[modules/*]>
dest: './library/'
filter: \isFile
* expand: on
cwd: './modules/library/'
src: '*'
dest: './library/modules/'
watch:
core:
files: './modules/*'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
48 changes: 0 additions & 48 deletions modules/library/modules/$.collection.js

This file was deleted.

48 changes: 0 additions & 48 deletions modules/library/modules/$.def.js

This file was deleted.

5 changes: 0 additions & 5 deletions modules/library/modules/$.fw.js

This file was deleted.

1 change: 0 additions & 1 deletion modules/library/modules/$.redef.js

This file was deleted.

1 change: 0 additions & 1 deletion modules/library/modules/$.unscope.js

This file was deleted.

0 comments on commit c7b2eac

Please sign in to comment.