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
- Host: GitHub
- URL: https://github.com/youfoundron/gulp-frontend
- Owner: youfoundron
- License: mit
- Created: 2015-08-10T21:03:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T21:06:19.000Z (over 10 years ago)
- Last Synced: 2025-10-21T01:05:42.113Z (9 months ago)
- Language: HTML
- Size: 13.2 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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