Is there a way to use Twitter Bootstrap without JavaScript runtime? Because I am developing on a windows machine without a js runtime, so I always do rails new app --skip-sprocket, is there a way to only turn off the js part of the asset pipeline but still use less and sass?
Is there a way to use Twitter Bootstrap without JavaScript runtime? Because I am developing on a windows machine without a js runtime, so I always do rails new app --skip-sprocket, is there a way to only turn off the js part of the asset pipeline but still use less and sass?