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

Issue when running rev:dist #592

Closed
benshaw opened this issue Sep 26, 2014 · 2 comments
Closed

Issue when running rev:dist #592

benshaw opened this issue Sep 26, 2014 · 2 comments

Comments

@benshaw
Copy link

benshaw commented Sep 26, 2014

Running "rev:dist" (rev) task
dist/public/app/app.js >> cc394b57.app.js
dist/public/app/vendor.js >> b642c6ee.vendor.js
Warning: Unable to read "dist/public/bower_components/mapbox.js" file (Error code: EISDIR). Use --force to continue.

It appears that the name matching matches because of the poorly named module (mapbox.js is the name of the directory not a file)

@JaKXz
Copy link
Collaborator

JaKXz commented Sep 26, 2014

Please see #420, #522 and others.

@ascheucher
Copy link

If you do not want to exclude the whole bower_components directory, you can exclude the affected library's folder and include the libraries .js files again. Here an example for 'auth0.js':

    '<%= yeoman.dist %>/public/{,*/}*.js',
    '!<%= yeoman.dist %>/public/bower_components/auth0.js',
    '<%= yeoman.dist %>/public/bower_components/auth0.js/{,*/}*.js',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants