An open API service indexing awesome lists of open source software.

https://github.com/youfoundron/gulp-frontend

Gulp frontend workflow using Coffeescript, Sass, Neat, & Bourbon
https://github.com/youfoundron/gulp-frontend

Last synced: 3 months ago
JSON representation

Gulp frontend workflow using Coffeescript, Sass, Neat, & Bourbon

Awesome Lists containing this project

README

          

# Gulp Frontend
Gulp frontend workflow using Coffeescript, Sass, Neat, & Bourbon

## Getting Started
Install npm modules with ```npm install```

Next install bower components with ```bower install```

Use ```npm install -g bower``` if bower is not already installed

Work on files in the **src** folder, compiled code goes to a folder named **dist**

```
git clone https://github.com/rongierlach/gulp-frontend.git
cd gulp-frontend/
npm install -g gulp
npm install -g bower
npm install
bower install
gulp
```

## Running Gulp
Run ```gulp``` to get working

Clean out the **dist** folder with ```gulp clean```

To just build run ```gulp build```

Optionally you may pass a production flag with ```gulp build --production``` to minify scripts