Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 313 Bytes

BUILD.md

File metadata and controls

24 lines (17 loc) · 313 Bytes

Building IMP!

Please, note: git version may have undocumented features.

Prerequisites

npm install -g shx
npm install -g sass

Clone & build

git clone [email protected]:girobusan/imp.git
cd imp
rm dist/*.*
npm install
npm run build
npm run cssbuild

Output files are in dist directory.