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

Support for Grunt files[].dest option #246

Open
micopiira opened this issue Oct 14, 2018 · 0 comments
Open

Support for Grunt files[].dest option #246

micopiira opened this issue Oct 14, 2018 · 0 comments

Comments

@micopiira
Copy link

Would be nice if you could specify a destination folder for the files where the paths are replaced.

For example

		cacheBust: {
			taskName: {
				options: {
					...
				},
				files: [{
					expand: true,
					cwd: 'src/main/webapp/',
					src: '**/*.jsp',
					dest: 'built-jsp/'
				}]
			}
		}

Would write the modified files into a different folder, instead of rewriting them in-place

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

No branches or pull requests

1 participant