/sass-grunt-kit

This is an basic-package for rapid website-prototyping based on SASS and Grunt.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

SASS Grunt Kit

This is a basic-package for rapid website-prototyping based on SASS and Grunt with BrowserSync.

The following components are included.

Requirements

  • npm

Installation

git clone https://github.com/tonitone/sass-grunt-kit
cd sass-grunt-kit
npm install
grunt

How to start

Your working directory is app/ and your build will be generated in the dist/-folder.

###Grunt commands Watch and compile your files in the **app/-folder

grunt watch-dev 

Start a server and sync every change in your app/-folder and compile them to your dist/-folder.

grunt watch-live

Generate a build

grunt build

You need more SASS sources?

Put your external SASS-Files in the app/scss/libs/-folder and include them in all/scss/includes.scss

Todo

Help me to improve ... any ideas?

License

GPL3

freiheit