Skip to content

rizrepos/bootstrap-gulp-jade-sass-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-gulp-jade-sass-static

An automated build environment for static websites making front-end development a breeze.

Quick Start

Clone this repo

$ git clone https://github.com/gr8rizwan/bootstrap-gulp-jade-sass-static.git
$ cd bootstrap-gulp-jade-sass-static

Install dependencies

$ npm install
$ bower install

Start tasks for development

$ gulp dev

Open your web browser and navigate to http://localhost:3001


Getting following Error:

Error: `libsass` bindings not found. Try reinstalling `node-sass`?

Try this:

npm uninstall --save-dev gulp-sass
npm install --save-dev gulp-sass@2

About

An automated build environment for static websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • CSS 8.6%
  • HTML 3.7%