requirejs-maven-plugin
requirejs-maven-plugin copied to clipboard
Maven plugin for RequireJS optimization
Hi, This pull request enables user to specify if he wants to use Rhino or Node. As a result, when node is installed, user is still able to use rhino.
Currently the only argument which is being passed to the optimizer is the path to the build profile. > Command line arguments are interchangeable with a build profile properties >...
I have tried to use plugin as it described in Issue #9 , I have even tried to use exact plugin configuration with the same execution IDs, config file names,...
Since 2.0.0 `node.js` is automatically detected in the env and used if available. This makes it impossible to use `Closure Compiler` when `node.js` is available: ``` Error: optimizer with name...
If you set nodeExecutable on the plugin, it does not check if the file is really available there. It just assumes it is available and crashes if it is not...
I have created a json config file as described at http://requirejs.org/docs/optimization.html#wholeproject but it is not clear what should be set as "dir" property. Maybe you should add a sample directory...
Hi, I am using your plugin and it is not handling spaces with path names when running nodejs. I was using the filtered-build mechanism and I am unable to control...