Gasoline.css
No description available
Install / Use
/learn @AaronF/Gasoline.cssREADME
Gasoline.css framework
Install
cd assets
npm i
Watch for changes (development)
This will watch the assets/css and assets/js directories for changes and compile on the fly. This won't generate any .map files.
cd assets
npm run watch
Build
This will build the contents of assets/css and assets/js for production (including any .map files).
cd assets
npm run build
