- Greatly enhanced the project error handling to provide more details and hints to the user.
- The
/src/
folder is now automatically created if it doesn't exist yet. - Added
.sass
file support in addition to the existing.scss
support. - Docs: Added a documentation notice on ORDS issues.
- Docs: Added an advice to use an elevated command line (run as admin).
- Docs: Changed some of the project terminology.
- Docs: Provided two different installation options (Git and npm).
- Docs: Enhanced the documentation for
config.json
- Created project issue template for better support going forward.
- Project is now available on npm
- Fixed a bug preventing from doing POST on Chrome
- Concatenation is now disabled by default. You will have to enable it in your
config.json
file if you want your project to usejs
orcss
concatenation.javascriptConcat
is nowjsConcat
- Added ports configuration over the
browsersync
feature inconfig.json
(per project) - Simplified Windows shortcut
- Added system requirements
- Enhanced docs
- More.
- Complete project overhaul. Read documentation for a complete list of features.
- Updated dependencies
- Changed terminology
client
tosrc
build
todist
- Removed image minification package
- was not generic enough for this project
- Removed assets intermediate folder
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Initial Release