Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 473 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 473 Bytes

##WyborySam2014 frontend repo

Instruction

for Linux and OSX users.

  1. npm install
  2. bower install
  3. go to 'bower_components/bootstrap/'
  4. open bower.json and .bower.json
  5. find and replace field 'main'

from

"main": [
    "less/bootstrap.less",
    "dist/js/bootstrap.js"
  ]

to

  "main": [
    "dist/js/bootstrap.js",
    "dist/css/bootstrap.min.css"
  ]
  1. gulp build-all
  2. cd build
  3. python -m SimpleHTTPServer