simplify: - use same html file for dart and JS - build benchmarks automatically when doing `gulp build` - centralize configuration modularize: - move all build tasks into separate node.js modules under `tools/build`. changes: - the `build` folder is now the `dist` folder Closes #284
22 lines
305 B
Plaintext
22 lines
305 B
Plaintext
# Don’t commit the following directories created by pub.
|
||
/dist/
|
||
packages/
|
||
.buildlog
|
||
node_modules
|
||
.pub
|
||
.DS_STORE
|
||
|
||
# Or the files created by dart2js.
|
||
*.dart.js
|
||
*.dart.precompiled.js
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
# Include when developing application packages.
|
||
pubspec.lock
|
||
.c9
|
||
.idea/
|
||
|
||
|
||
/docs/bower_components/ |