Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Automatizing tasks:
Gulpfile created with tasks for installing Foundation, execute compass and releasing the plugin
Added README
  • Loading branch information
igmoweb committed Nov 21, 2014
1 parent 53cb39b commit fd0e337
Show file tree
Hide file tree
Showing 7 changed files with 4,395 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
Support.k*
bower_components/
.sass-cache/
node_modules/
node_modules/
npm-debug.log
28 changes: 23 additions & 5 deletions README.md
Expand Up @@ -3,11 +3,29 @@
Install nodejs
Install NPM
Install Git
Install Sass (3.4.2)
Install Compass (0.12.7)



sudo npm install bower gulp gulp-bower gulp-compass gulp-minify-css

First install: Will donwload Foundation framework
gulp install

Next:
gulp watch

Now just change sass rules in assets/scss/_settings.scss (see Foundation docs)
or assets/scss/incsub-support.scss. The styles will be compiled in assets/css

##Before releasing
This will minify the CSS

`gulp release`

Use git-archive-all to make the zip file.


sudo npm install -g bower
sudo npm install -g gulp

now the plugins for gulp
sudo npm install gulp-bower
sudo npm install gulp-compass

0 comments on commit fd0e337

Please sign in to comment.