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

Ability to skip particular references #135

Open
mehulkar opened this issue Mar 23, 2020 · 1 comment
Open

Ability to skip particular references #135

mehulkar opened this issue Mar 23, 2020 · 1 comment

Comments

@mehulkar
Copy link

I ran into a very unique case in an Ember app's JS filename is referenced in the app code, but is not intended to be an asset path. I'd like to be able to skip this particular references when this plugin is running, but don't see how I can do that.

Maybe a comment line before the thing I want to skip would work?

@Alonski
Copy link

Alonski commented Nov 17, 2020

@mehulkar I know you asked this a long long time ago... Before the pandemic was what it was today...
But you can do concat the filename and it will be skipped :)
const a = "first-half"
const b = "second-half"
const all = ${a}${b}.js

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

2 participants