We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, @rickharrison
now , in ember-cli config , i can generate hash files with sourcemap files, like this:
vendor-fce6de4e72c198ba468a0eb2c83d1fb4.js vendor-637ec5408a9ef70307a43842b526828d.map
but, we hope the mapfile name is same as origin js file . can broccoli-asset-rev support custom map file name like this:
broccoli-asset-rev
vendor-fce6de4e72c198ba468a0eb2c83d1fb4.js vendor-fce6de4e72c198ba468a0eb2c83d1fb4.js.map
thanks
The text was updated successfully, but these errors were encountered:
I'm interested in this as well.
Sorry, something went wrong.
No branches or pull requests
hi, @rickharrison
now , in ember-cli config , i can generate hash files with sourcemap files, like this:
but, we hope the mapfile name is same as origin js file . can
broccoli-asset-rev
support custom map file name like this:thanks
The text was updated successfully, but these errors were encountered: