-
Notifications
You must be signed in to change notification settings - Fork 236
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 ignores src files #16
Comments
just curious, why do you want the source files anyway? If you want the source files so that you can modify and then subsequently compile the project into a new build, maybe simply cloning the whole github repo yourself might be the best option. trying to understand |
I'm just evaluating fullcalendar-scheduler as a normal user, but tried to fetch it using bower install .., which fails. as descriped |
what does your |
Hm - just did a 'bower install fullcalendar-scheduler' and back then, i didn't get a dist/ folder. I do know, so everything is working. Have no idea why. |
Fyi: I was using the composer-asset-plugin to pull this bower component via Composer. when using Bower manually, everything works, but via this plugin, the dist folder is not there. |
See #21 |
Hi
The current bower.json ignores almost anything not in the dist folder. The dist folder this folder is not there, so while fetching via Bower, the source code files is not downloaded.
The text was updated successfully, but these errors were encountered: