Roman Schejbal
Roman Schejbal
Hey @clenfest, I'm more than happy to hack and help with this one since we also need this functionality. Please, let me know if there's anything I can do.
Well, I am not using sass, but I think the path to the compass/reset is wrong or cannot be found, think about it like its imported from the folder where...
Oh yeah, this one's already started getting on my back too... I'll look into it when I have more time. Stay tuned! :+1:
Its not useless, we use it for less. Imagine this config: ``` css: dev: ... files: crowdreactive.css: - assets/less/crowdreactive.less ``` But the less file content looks like this ``` @import('../../vendor/bootstrap/bootstrap');...
I am not sure I get it... Why would you want to watch the bootstrap since its a third party? Also, the watch property in the config is an array,...
If you add a watch for `variables.less`, then it'll watch only that single file, not those specified in the mimetype above. Its more like overriding the watch for a particular...
Yeah that sounds sensible. I am pretty busy these days but I will look at this later - if none else will?
Here is an advanced gassetic configuration from which you can inspire... ``` yaml requires: coffee: gulp-coffee minify: gulp-minify-css concat: gulp-concat freeze: gulp-freeze rename: gulp-rename less: gulp-less uglify: gulp-uglify myth: gulp-myth...
I was done like this before I added the indexes to the end of the file. Imagine you have two files with the same filename both in different folder. Since...