intermine / generator-bluegenes-tool

Scaffold generator for BlueGenes tools
MIT License
5 stars 8 forks source link

Bug - `npm run dev` doesn't rebuild less files #10

Closed akshatbhargava123 closed 5 years ago

akshatbhargava123 commented 5 years ago

Issue

While developing after running npm run dev, the less files are not rebuilt which finally is cumbersome to again and again run npm run less.

Fix

Add less-plugin in webpack-config so that it takes less code and spits css on each build process or simply exec npm run less command after each rebuild webpack performs.