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

bootstrap-datetimepicker from node-client/site is not built #8

Open
JonnoFTW opened this issue Sep 14, 2015 · 1 comment
Open

bootstrap-datetimepicker from node-client/site is not built #8

JonnoFTW opened this issue Sep 14, 2015 · 1 comment
Assignees
Labels

Comments

@JonnoFTW
Copy link

After setting up the python engine configuration and running webapp.py, I run:

npm install .
npm start

I can access localhost:8083 but opening the browser console reveals that bootstrap-datetimepicker.min.js and bootstrap-datetimepicker.min.css are 404'd. I fixed it by doing:

cd site/bower_components/eonasdan-bootstrap-datetimepicker
composer install
npm install
grunt uglify:production
grunt less
rm -rf node_modules vendor bower_components

Perhaps consider adding the build dir to the project?

@rhyolight rhyolight self-assigned this Sep 14, 2015
@rhyolight rhyolight added the bug label Sep 14, 2015
@rhyolight
Copy link
Collaborator

Thanks, I think I can fix this pretty easily.

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

No branches or pull requests

2 participants