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

add optional jarPath setting - complete path to .jar file #46

Closed
wants to merge 1 commit into from
Closed

add optional jarPath setting - complete path to .jar file #46

wants to merge 1 commit into from

Conversation

himdel
Copy link

@himdel himdel commented Jul 24, 2014

adds optional jarPath setting - complete path to .jar file

if present, it should be a complete path (including filename) to the jar file
if not, the original closurePath + '/build/compiler.jar' is used

example (needed in debian):

        'closure-compiler': {
            frontend: {
                closurePath: '/usr/bin/closure-compiler',
                jarPath: '/usr/share/java/closure-compiler.jar',
                js: 'js/*.js',
                ...
            }
        }

it is an (IMHO simpler) alternative to pull request #36

if present, it should be a complete path (including filename) to the jar file
if not, the original closurePath + '/build/compiler.jar' is used

example (needed in debian):
		'closure-compiler': {
			frontend: {
				closurePath: '/usr/bin/closure-compiler',
				jarPath: '/usr/share/java/closure-compiler.jar',
				js: 'js/*.js',
				...
			}
		}

it is an (IMHO simpler) alternative to pull request #36
@himdel
Copy link
Author

himdel commented Sep 7, 2018

Closing as there's been no activity for years.

@himdel himdel closed this Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant