Jason Moore

Results 178 comments of Jason Moore

From lesscss.org “From 4.0, No division is performed outside of parens using / operator.”

@TPIvan I don't have any control over that, Visual Studio needs better native support for LESS and SASS...

I'm gonna put this on the backburner since a proper implementation would require significant refactoring. Right now, I use the useNodeSass option to create the correct version of the SassCompiler,...

Unfortunately, I have never used handlebars, but you could probably use Web Compiler to compile the individual files, then use Bundler & Minifier to combine them and minimize them.

I'm unable to reproduce this issue, could you post your compilerconfig.json and compilerconfig.json.defaults so that I can try to more closely replicate your configuration?

I'm looking into this, but as a [workaround ](https://github.com/browserslist/browserslist/commit/0ae7155a6c7d8f58eaeb3ea450c21bec76de2763)you can add an [Environment Variable](https://docs.oracle.com/en/database/oracle/machine-learning/oml4r/1.5.1/oread/creating-and-modifying-environment-variables-on-windows.html#GUID-DD6F9982-60D5-48F6-8270-A27EC53807D0) to stop it from throwing the error. BROWSERSLIST_IGNORE_OLD_DATA=true I just tested this and it worked as...

I’m glad to hear you’re up and running! I’ll do more research on this to find a legitimate fix, otherwise I’ll make a note to update it for every release;...

I’ll look into having a menu to update the node modules.

@ElStupid I’ll take a look at it; I’m trying to wait for a new NUglify release to fix a few issues as well.

You need to have a project and you need to follow the Getting Started guide on the main page, the extension does not do anything without the compilerconfig.json file.