Mark Story
Mark Story
What's not working?
@lupuswwww Ok, but what is the error? Are you getting an error in javascript or from the process that is building assets? That comment gives me no new information beyond...
I've never used node on windows, so I don't think I'll be much help. You might have to dig through the [UglifyFilter](https://github.com/markstory/asset_compress/blob/2.x/Lib/Filter/Uglifyjs.php) and see where things are going wrong.
Where is that line? You should be able to use any constants defined in your application in the asset_compress.ini file. Generally that helps with these situations.
We'd need to keep both less1 and less2, so it sounds like another filter would be needed.
Does `main.scss` import the various `_*` files? If so you don't need to re-include them with asset_compress. Normally what I do is: ``` [all.css] files[] = main.scss ``` And inside...
Ok. I've personally only used the ruby based scss filter, and it works pretty well.
Set debug to false. There isn't a way to generate the static files on each request in debug mode. However, the development output is cached so that if input files...
You shouldn't need to use the CLI tool in development mode. An example configuration that I have is ``` ini ; Define an extension type. ; build targets are prefixed...
Why do you need to define routes? This plugin doesn't use a controller and should be able to respond to URLs even if they have no routes.