Joined January 2013
·
Posted to
Sass + Compass compile two different files for development and production environment
over 1 year
ago
for those using Linux, Mac OSX you can make an shell script.
since bash not working at linux and mac osx i'm not sure how. here the sample for sh
!/bin/sh
compass watch -c config.rb -e development
compass watch -c config.rb -e production
exit
Achievements
66 Karma
1,067 Total ProTip Views
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
Mongoose
Have at least one original repo where Ruby is the dominant language
@timcreative Thanks yeah super simple tip :)