leny / kouto-swiss

A complete CSS framework for Stylus
http://leny.me/kouto-swiss/
MIT License
377 stars 34 forks source link

Tidy up Repo, fixing Grunt tasks, and adding editor config #29

Closed srsgores closed 9 years ago

srsgores commented 9 years ago

Just some housekeeping here. Thought I'd help out.

Perviously, you would have to compile coffeescript; now I figure just include the compiled JS files, and tasks run fine:

image

leny commented 9 years ago

@srsgores I'm not quite sure why you need to compile the Gruntfile.coffee to js.

I only use coffeescript for my Gruntfile since my first steps in Grunt, with no problem at all, since Grunt itself allowing it.

Besides that, thanks for the rest. I will correct some things in the editorconfig (the css files compiled by stylus for tests have a indentation of 2, by example), but the reste is perfect.

srsgores commented 9 years ago

@leny, go for it. At least in PHPStorm, using the Grunt plugin, it will not load without the corresponding JS file...

leny commented 9 years ago

Hum. It's sad, I like more the Gruntfile.coffee than the js one... :grin:

Ok, I will recompile it and let the two of them.

I don't use the *storm editors, but I think I'll try to contact them about this lack of support for a feature that is in Grunt from the beginnings... :disappointed:

leny commented 9 years ago

I've just push the 0.11.2 version, with both Gruntfile coffee and js versions.

Thanks again for all your reports, Sean :smiley: