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 support for JS files. #34

Open
killfish opened this issue Dec 16, 2015 · 3 comments
Open

Add support for JS files. #34

killfish opened this issue Dec 16, 2015 · 3 comments

Comments

@killfish
Copy link

I get this error: Warning: Cannot read property 'start' of undefined Use --force to continue. If I try to CDNify my JS files.

Here's my config.

files: [{
  expand: true,
  cwd: './.build',
  src: '**/*.{css,html,js}',
  dest: 'tmp'
}]
@XhmikosR
Copy link
Contributor

Please make a complete test case in a repo so that we can try to reproduce.

@benjiwheeler
Copy link

What is currently expected behavior for this? Completely ignoring js file contents?

@adddz
Copy link

adddz commented Aug 10, 2017

@callumlocke This is really needed :( I need to cdnify all the URLs inside a js file created by grunt (for angular.js). Please let us know if that's complicated.

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

4 participants