You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After setting up the python engine configuration and running
webapp.py
, I run:I can access localhost:8083 but opening the browser console reveals that
bootstrap-datetimepicker.min.js
andbootstrap-datetimepicker.min.css
are 404'd. I fixed it by doing:Perhaps consider adding the build dir to the project?
The text was updated successfully, but these errors were encountered: