-
Notifications
You must be signed in to change notification settings - Fork 4
Materialize
Mark edited this page Sep 17, 2017
·
2 revisions
Dhammapuja uses a custom build of the MaterializeCSS framework's javascript.
To build the custom javascript file:
First:
- Clone the repo:
git clone https://github.com/Dogfalo/materialize.git
Second:
-
cd
into the materialize repo and install the development dependencies:cd materialize && npm install
Third:
- Navigate to
https://github.com/job-talk/dhammapuja-materialize-gruntfile/blob/master/Gruntfile.js
and download the Gruntfile.js
Fourth:
- Replace Materialize's Gruntfile.js with the one just downloaded
Fifth:
- Run
grunt monitor
to build the file
Sixth:
- The built file is located in
dist/js