Front-End layout for theme_t3kit project
- Git
- NodeJs >=6.0.0
- NPM >=3.9.0
- Bower >=1.7.7
npm install -g bower - Grunt-cli >=0.1.13
npm install -g grunt-cli
First, clone repo:
git clone git@github.com:t3kit/felayout_t3kit.gitNext, install Bower/NPM dependencies:
npm install
bower install- Run
gruntto start static server with livereloadlocalhost:9004 - Run
grunt +lessto start static server [same asgrunt] plus it generates all Front-End service files plus LESS styling for CMS needs, and copy it tolessfolder. [with livereload] - Run
grunt +cssto start static server [same asgrunt] plus it generates all Front-End service files plus CSS styling for CMS needs, and copy it tocssfolder. [with livereload] - Run
grunt checkto check HTML/CSS/JS files according project code conventions - Run
grunt pushSiteto build your static site and push it to separate branchsite - Run
grunt pushCssto compile all Front-End service files plus CSS styling for CMS needs, copy it to separate branchcssand push to remote git server. - Run
grunt pushLessto compile all Front-End service files plus LESS styling for CMS needs, copy it to separate branchlessand push to remote git server.