Starter kit with: Gulp.js / Susy / Compass / svg-to-font (iconfont)
- Clone the repo
git clone https://github.com/simonemonetti/gulp-susy-starter-kit.git
- Install "compass" gem
gem install compass
2b) If you have trouble with step 2, use the force by typing
sudo gem install compass
- Install Node dependencies
$ npm install
- Install Bower dependencies
$ bower install
The gulpfile in this project is setup to run compass
and to watch the scss / js files for changes.
Use the gulp watch
command to start the process.
$ gulp watch
Create font from .svg icons / based on gulp-iconfont
-
Place your .svg icons in app/assets/icons
-
Run gulp task
$ gulp fonts