8 Commits

Author SHA1 Message Date
Jake Bailey
3cd72e76b2 Change build system to hereby
This eliminates a significant number of dependencies, eliminating all
npm audit issues, speeding up `npm ci` by 20%, and overall making the
build faster (faster startup, direct code is faster than streams, etc)
and clearer to understand.

I'm finding it much easier to make build changes for the module
transform with this; I can more clearly indicate task dependencies and
prevent running tasks that don't need to be run.

Given we're changing our build process entirely (new deps, new steps),
it seems like this is a good time to change things up.
2022-11-07 13:35:48 -08:00
Wesley Wigham
b67f2d6bdf
Remove jake (hopefully for real this time) (#29085)
* Remove jake (hopefully for real this time)

* Fix gulpfile non-lkg build, add sanity-check build to posttest on CI, accept older baseline style to go with lkgd build

* More docs/scripts jake -> gulp
2019-02-20 15:32:15 -08:00
Bill Ticehurst
371e4f7bc2 Make line-endings LF only in the /lib dir 2016-12-14 22:03:00 -08:00
Daniel Rosenwasser
c69a9d1a5c Update README.md 2016-02-03 00:05:09 -08:00
Daniel Rosenwasser
8f9a23088c Update README.md 2015-12-03 11:28:06 -08:00
Daniel Rosenwasser
74934c3bfa Update README.md
"Flushes" is a pretty unappealing word.
2015-12-03 11:27:14 -08:00
Adam Freidin
f8d2a03630 clarify documentation 2015-12-03 10:41:02 -08:00
Daniel Rosenwasser
83c33551ae Added 'README.md' files to 'lib' and 'src/lib'. 2015-11-02 16:57:57 -08:00