Releases: SnowdogApps/magento2-frontools
Releases · SnowdogApps/magento2-frontools
1.4.2 - Fixed inheritance resolver
1.4.0 - It's time to say "Hi" to ES6/ES7 in Magento 2
- Babel support has landed in Frontools 🔥
- Inheritance engine now supports all types of files.
- Added
ignore
param to help you with unwanted files from 3rd party modules. - Refactored
deploy
task are now using inheritance task results.
1.3.10 - Fixed output size of styles compilation with --prod flag
Production ready code contains source maps, which makes CSS files extremely large (~2MB).
1.3.9 - Windows support added
1.3.7 - Fixed throwing proper errors during style compilation with --ci flag
1.3.5 - Streams, streams... streams everywhere
I found a huge mistake in the way I was handling multiple gulp streams, which leads to bugy behavior of SASS lint, CSS lint and styles compilation.
1.3.4
1.3.0 - Let's use modules!
Now you can map files partials and main SASS files from modules and use them as they will be inside your theme.
Check out sample config file to know how to use this feature.
1.2.0
1.1.2 - removed npm-shrinkwrap.json
npm-shrinkwrap.json
file removed. If you want to keep safe versions of dependencies all the time, use Yarn, yarn.lock
file is added to repository and will be updated in future.