Skip to content

Commit

Permalink
[build] little improvement library option in build grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 8, 2016
1 parent 1ec488d commit bc84e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Gruntfile.ls
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ module.exports = (grunt)->
build {
modules: (options || 'es5,es6,es7,js,web,core')split \,
blacklist: (grunt.option(\blacklist) || '')split \,
library: !!grunt.option \library
umd: grunt.option(\umd) not in <[no false]>
library: grunt.option(\library) in <[yes on true]>
umd: grunt.option(\umd) not in <[no off false]>
}
.then !->
grunt.option(\path) || grunt.option(\path, './custom')
Expand Down

0 comments on commit bc84e13

Please sign in to comment.