Rob Wormald
|
796fc66771
|
chore(build): rename .es6 files to .js
Change es6 source files in npm distribution to use .js extensions.
Closes #2447
|
2015-06-11 17:22:19 -07:00 |
Tobias Bosch
|
729e38af19
|
feat(build): add npm publish script
Also fixes gulpfile:
- `runSequence` needs to be called with `done` callback
- `es5build` should only run when the task executes…
|
2015-02-10 16:28:28 -08:00 |
Tobias Bosch
|
69bba9b5df
|
feat(build): transpile to es6
Transpile all sources first to es6 which we can publish and then
to es5. Also merge the generated source maps into once map.
|
2015-02-10 11:27:22 -08:00 |