Peter Jaszkowiak
c47c47f7e3
Use less memory to build translation files ( #6070 )
...
* Change languages build to use less memory
Add graceful-fs so no ned to worry about fs limits
* Specify encoding for fs.readFile
Use eachLimit since graceful-fs handles that now
2017-11-16 17:43:52 -05:00
Peter Jaszkowiak
1c35213934
Fix #5970 and forking while debugging ( #5965 )
...
* Fix forking while debugging
Debugger address in use no longer happens
* Fix cropper error
2017-10-09 11:40:36 -04:00
Peter Jaszkowiak
da9da8190f
Bump dependencies
...
Bumping eslint & configs meant making some linting fixes
For future reference, the `xmlhttprequest-ssl` library must be of equal versioning to the one in `engine.io-client`, otherwise it won't be deduped which causes the socket.io tests to fail
2017-10-02 09:24:27 -04:00
Peter Jaszkowiak
61b0f0c4c3
Catch uglify errors
2017-09-06 11:15:39 -06:00
Peter Jaszkowiak
e71fb9ab24
Fix node --inspect
2017-06-01 14:15:40 -06:00
Peter Jaszkowiak
8901dad6f2
Revert "fix concat test on windows"
...
This reverts commit d1dd0cd6df .
2017-05-26 12:49:38 -06:00
Baris Usakli
d1dd0cd6df
fix concat test on windows
2017-05-26 13:12:17 -04:00
Peter Jaszkowiak
9ef2b5a003
Don't use uglify compress
2017-05-25 12:18:35 -06:00
Peter Jaszkowiak
53eced6be0
uglify-js@3, JS source maps 🍰
2017-05-25 01:33:04 -06:00
Peter Jaszkowiak
2a9cdb7be2
Add --threads=# option for setting max threads
...
Make grunt NODE_ENV development by default
2017-05-23 15:49:14 -06:00
Peter Jaszkowiak
d988e8a50f
Test minifier
2017-05-21 18:20:01 -06:00
Peter Jaszkowiak
9f5ce24993
Minify modules in a batch
2017-05-18 21:20:04 -06:00
Peter Jaszkowiak
e8caee3c4c
Restrict total threads
...
So machines with a small amount of cores build faster
2017-05-18 19:12:30 -06:00
Peter Jaszkowiak
7ccfb5cdc0
Build refactor
...
- Target aliases and bundles
- More concurrency
- Use `--series` to force series processing
- Minifier self-hosted threading
- meta/css delegates to minifier
2017-05-17 16:37:10 -06:00
Julian Lam
ddea9f534e
running eslint again
2017-02-24 12:47:46 -05:00
Julian Lam
72e77772db
Merge branch 'master' into develop
2017-02-24 12:46:40 -05:00
Peter Jaszkowiak
dd2b930824
Resolve merge conflicts, minify only .js files
2017-02-23 18:31:49 -07:00
Julian Lam
672d7352bb
Merge branch 'master' into develop
2017-02-23 12:32:03 -05:00
Peter Jaszkowiak
beb652ee43
Move minifier.js to src/meta
2017-02-20 00:44:04 -07:00