magento2-alpaca-components
magento2-alpaca-components copied to clipboard
increasing compilation process
What do you think about increase compilation process. When we're working on project and inheriting alpaca, our process fall to about 10-20s (in my case)
[20:26:40] Finished 'sass' after 2.38 s
[20:26:40] Starting 'css-lint'...
[20:26:46] Finished 'css-lint' after 5.5 s
[20:49:31] Starting 'sass-lint'...
[20:49:50] Finished 'sass-lint' after 11.1 s
Ideas:
- add gulp-cached or gulp-changed to watch/compile files only with we're working on
- add linting only on changed files (https://bumbu.github.io/linting-only-changed-files-with-gulp-js/)
It seems a good idea @bartdominiak, I'll think it over and I'll keep you up-to-date when the issue has more updates ;)