drewbolles / gotham

Starter Drupal theme using Sass & Susy
9 stars 1 forks source link

Lack of Gruntfile #2

Closed zachwills closed 9 years ago

zachwills commented 9 years ago

Is this something that is going to be implemented? I think it would be really nice to be able to pull down the theme and just run grunt right away rather than having to configure it each time.

If you don't want to include Grunt / Gulp, maybe add something to the README to explain that people will have to add their own way to compile the SCSS?

drewbolles commented 9 years ago

I don't use Grunt / Gulp anymore, but I can document how to run the Sass gem for sure.

zachwills commented 9 years ago

What do you do for JS minification?

drewbolles commented 9 years ago

A gulpfile, package.json, and bower.json have been committed.