magento2-alpaca-components icon indicating copy to clipboard operation
magento2-alpaca-components copied to clipboard

increasing compilation process

Open bartdominiak opened this issue 6 years ago • 1 comments

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/)

bartdominiak avatar Mar 28 '18 19:03 bartdominiak

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 ;)

szafran89 avatar Mar 29 '18 08:03 szafran89