This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
Releases: onehippo/frontend-build
Releases · onehippo/frontend-build
More CLI options, less bloat and cleaner output
Highlights for this release
- Print dev-server URL in serve task
- The dev-server hostname is configurable
- Shrink the size of the package by 35mb
- Add support for CLI options verbose&profile
- Simplify the output of build and serve tasks
- SASS files in src/styles can be imported from anywhere without having to specify a path
- Allow build.conf.js to be absent in end projects
- Allow dependencies to be empty in end projects
Note: the gulpfile defining all Gulp tasks has been renamed from gulpfile.js
to index.js
(ac9bc1d). As a result, all end projects should update the path in their local gulpfile.js
from node_modules/frontend-build/gulpfile.js
to node_modules/frontend-build/index.js
.
Webpack Awesomeness
This release switches to Webpack for module building and loading.
Add lintAll as gulp task
v3.0.2 3.0.2
Better debounce and linting
This should fix the multiple file save problem with IntelliJ.
It should also improve linting time.
Get ready for node 6
With this release we now depend on node 6. Karma is bumped to v1.x.x.
No more bower!
Bower has been removed from the build, use npm to manage your dependencies.
Copy fonts folder on build
v1.0.2 1.0.2
Update dependencies
Updated some of the dependencies for frontend-build
v1.0.0
Build speed
Updated build speed by updating eslint and using fs-extra to copy files instead of gulp streams.