MattCheely / requirejs-maven-plugin

Maven plugin for RequireJS optimization
GNU Lesser General Public License v2.1
66 stars 21 forks source link

Command line arguments #30

Open akoskm opened 11 years ago

akoskm commented 11 years ago

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 http://requirejs.org/docs/optimization.html#basics

it would be nice to support passing a list of custom arguments to the optimizer.

bringking commented 10 years ago

@akoskm I have implemented this on my fork, https://github.com/bringking/requirejs-maven-plugin

My fork is not in the maven central repo yet, but you could test it locally to see if it fits your needs.

akoskm commented 10 years ago

Thanks, I suggest you to create a pull request based on your changes so with the next iteration of the plugin it will be available in maven central.

bringking commented 10 years ago

@akoskm I think any pull requests will go un-answered. mcheely stated that he is not going to maintain this plugin anymore. I should have my fork in the repo by tomorrow or the next day.

MattCheely commented 10 years ago

I could merge the PR, but it would probably take me longer to get my updated version to maven central than it will for @bringking to do the same. I recommend picking up his version of the plugin for future use.

bringking commented 10 years ago

@akoskm my release should be in central now- v2.0.2.