Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Releases: onehippo/frontend-build

More CLI options, less bloat and cleaner output

25 Nov 14:37
Compare
Choose a tag to compare

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

12 Oct 14:33
Compare
Choose a tag to compare

This release switches to Webpack for module building and loading.

Add lintAll as gulp task

06 Sep 13:23
Compare
Choose a tag to compare

Better debounce and linting

31 Aug 10:44
Compare
Choose a tag to compare

This should fix the multiple file save problem with IntelliJ.
It should also improve linting time.

Get ready for node 6

14 Jul 15:29
Compare
Choose a tag to compare

With this release we now depend on node 6. Karma is bumped to v1.x.x.

No more bower!

28 Jun 10:00
Compare
Choose a tag to compare

Bower has been removed from the build, use npm to manage your dependencies.

Copy fonts folder on build

24 Jun 08:59
Compare
Choose a tag to compare

Update dependencies

23 Jun 09:19
Compare
Choose a tag to compare

Updated some of the dependencies for frontend-build

v1.0.0

14 Jun 15:59
Compare
Choose a tag to compare

First official release of frontend build.
For the Hippo CMS 11.0 release.

Build speed

14 Jun 13:13
Compare
Choose a tag to compare

Updated build speed by updating eslint and using fs-extra to copy files instead of gulp streams.