Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closure compiler - to do the dependency sorting #70

Closed
voytool opened this issue Aug 19, 2014 · 1 comment
Closed

Closure compiler - to do the dependency sorting #70

voytool opened this issue Aug 19, 2014 · 1 comment
Assignees
Milestone

Comments

@voytool
Copy link

voytool commented Aug 19, 2014

Hi!

I've been using this plugin for a while for my current project and it works fine except for that I have to pass the JS files in the order of their dependencies.

Closure compiler seem to have option to sort the files the way they have to be processed (https://code.google.com/p/closure-compiler/wiki/ManageClosureDependencies)

It would be nice to have such functionality in your plugin.
This seem to be rather straightforward request, so if you don't mind I can try to contribute to the code.

@samaxes samaxes added this to the 1.7.4 milestone Aug 25, 2014
@samaxes samaxes self-assigned this Aug 25, 2014
@samaxes
Copy link
Owner

samaxes commented Aug 25, 2014

Pushed into master branch.
The option name is closureSortDependencies.

@samaxes samaxes closed this as completed Aug 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants