New es6 coding standard
* Added babel presets to setup standards * set jshint to es6 * reworked javascript and cerated first two modules
This commit is contained in:
parent
3d4eef5eb0
commit
371cb450f8
16 changed files with 1668 additions and 829 deletions
|
|
@ -191,7 +191,7 @@ function code (cb) {
|
|||
}),
|
||||
plumber(),
|
||||
// cache('code'),
|
||||
babel(),
|
||||
babel({ presets: ['@babel/env']}),
|
||||
concat(hippie.jsFile +'.js'),
|
||||
dest(output.code),
|
||||
uglify(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue