How to Build Framework7 Project
- Cd to project folder
- Install npm (http://www.npmjs.com)
- npm install grunt
- Install Grunt (http://www.gruntjs.com)
npm install -g grunt-cli npm install grunt
- Then call
grunt compile
- Copy the content of
/build
to htdocs of your webserver
FAQ
1. "You need to have Ruby and Sass installed and in your PATH for this task to work."
- Install Ruby: http://rubyinstaller.org/downloads/
- Install Sass (http://sass-lang.com/install)
- gem install sass
0 comments:
Post a Comment