948457a3dc
- Flush JS binary to temporary file instead of STDOUT - Flushing to temp file allow display of warnings (mostly our fake require/provide) - gitignore the temp JS file - Clean some comments
19 lines
No EOL
345 B
Text
19 lines
No EOL
345 B
Text
# mac artefacts
|
|
*.DS_Store
|
|
|
|
# nodejs local installs
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location)
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# git stackdumps
|
|
*.stackdump
|
|
|
|
# builds
|
|
build
|
|
|
|
# Closure compiler generated JS binary.
|
|
closure_compiled_binary.js |