Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joe-watkins/gulp-sass-starter
Simple starting point for commando styles
https://github.com/joe-watkins/gulp-sass-starter
Last synced: 10 days ago
JSON representation
Simple starting point for commando styles
- Host: GitHub
- URL: https://github.com/joe-watkins/gulp-sass-starter
- Owner: joe-watkins
- Created: 2014-01-25T23:13:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T23:09:56.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T22:35:55.234Z (9 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gulp.js Sass Starter
This is a simple starter for commando Sass work. Great for poking around and learning how to configure gulp.js and easy to inject into projects. You'll need [node.js](http://nodejs.org/) and [gulp.js](http://gulpjs.com/) installed.
## Instructions:
$ npm install$ gulp watch
Edit /styles/main.scss -> save
Gulp will create a main.min.css and a main.css file in the /styles dir.
## Add to an existing project
1.Copy package.json and gulpfile.js to your project's root.
1.Edit the stylesDir variable on line #9 of gulpfile.js to tell gulp where your styles are.
3.Open terminal and cd to your project's folder then run these commands
$ npm install
$ gulp watch