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

bower.json "main" property breaking my Grunt build process #3

Closed
stanica opened this issue Sep 22, 2017 · 3 comments
Closed

bower.json "main" property breaking my Grunt build process #3

stanica opened this issue Sep 22, 2017 · 3 comments

Comments

@stanica
Copy link

stanica commented Sep 22, 2017

My current build process looks at the "main" property of bower.json in each module and automatically includes those files in index.html. Since app.js isn't enough to run your module I've temporarily modified the property to be: "main": ["dist/angular-reservation.min.js", "dist/angular-reservation.min.css"]

Are you able to modify it like this?

@hmartos
Copy link
Owner

hmartos commented Sep 23, 2017

I sincerely forgot about this attribute when creating the module, thanks!

After a bit of research in the bower documentation I have added the non-minifed distribution files instead of the minified ones, did this suits for you??

@stanica
Copy link
Author

stanica commented Sep 23, 2017

That works! Thanks a lot!

@stanica stanica closed this as completed Sep 23, 2017
@hmartos
Copy link
Owner

hmartos commented Sep 24, 2017

You are welcome!

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