-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support for external js/css sources file + closure language_in compiler option #24
Conversation
Argh! I have no idea what happend with the diff! Locally it is just fine - i.e. showing only actually changed lines. |
This is how the diff should look like:
|
I fail to see the benefits of the new options |
Maybe better idea is to have a separate model file in XML format. Like wro4j does. They put resources in groups. |
i can't find in the maven repository the version of minify-maven-plugin that include the 'jsSourcesFile' capability, can you help me please ? |
New configuration options:
jsSourcesFile: a file containing new-line separated list of JS source files. Alternative for jsSourceFiles.
cssSourcesFile: a file containing new-line separated list of CSS source files. Alternative for cssSourceFiles.
closureLanguageIn: Google Closure language_in compiler option (of type enum LanguageMode).
External source files helps streamlining development: same list of files can be used to render individual <script> -tags for scripts so that there's no need to recompile the bundle each time something is changed - browser's reload is enough.