Releases: ddimitrioglo/web-boost
Releases · ddimitrioglo/web-boost
v1.4.0
Release Notes
Description
This release comes with minor changes for the end users, but with major internal refactoring and performance improvements 🏋️
General improvements
- Build our own server and router;
- Refactor file watcher and add possibility to ignore some directories/files;
- Introduce a new format of
web-boost.js
which is enables all the power of javascript; - Add possibility to add custom tags/filters/functions for
twig
; - Implement lazy-compile approach (compile assets only on demand);
- Improve
web-boost-cli
; - Update @todo & docs.
v1.3.1
v1.2.2
v1.1.0
Release Notes
Description
This release comes with updates to fix real project's use-cases, and it's great when you have real feedbacks.
General improvements
- Add
sass
css preprocessor; - Add logger class;
- Fix generating
.npmignore
in skeleton dir; - Add examples w/
@import
in scss/sass; - Implement common assets block in web-boost.json;
- Update documentation.
v1.0.0
Release Notes
Description
This is first stable release of web-boost
, which includes following functionality:
- Uglify, concat & minify javascript files;
- Compile, concat & minify scss/css files;
- Compile & minify twig templates;
- Optimise .jpg and .png files.
All the magic happens without restarting a local server which is really cool from development speed point of view.
Beside this, was released web-boost-cli
which is CLI demo application builder. We believe that this is really important to "feel" how it works 😉