Skip to content

t3kit/felayout_bluemountain

Repository files navigation

felayout_bluemountain

Release

Build Status

Front-End layout for theme_t3kit_bluemountain project

Required dependencies:

Installation:

First, clone repo:

git clone [email protected]:t3kit/felayout_bluemountain.git

Next, install Bower/NPM dependencies:

npm install
bower install

Getting Started:

  • Run grunt to start static server with livereload localhost:9004
  • Run grunt +less to start static server [same as grunt] plus it generates all Front-End service files plus LESS styling for CMS needs, and copy it to less folder. [with livereload]
  • Run grunt +css to start static server [same as grunt] plus it generates all Front-End service files plus CSS styling for CMS needs, and copy it to css folder. [with livereload]
  • Run grunt check to check HTML/CSS/JS files according project code conventions
  • Run grunt pushSite to build your static site and push it to separate branch site
  • Run grunt pushCss to compile all Front-End service files plus CSS styling for CMS needs, copy it to separate branch css and push to remote git server.
  • Run grunt pushLess to compile all Front-End service files plus LESS styling for CMS needs, copy it to separate branch less and push to remote git server.