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

make run causes exception #10

Open
rossjones opened this issue Nov 10, 2015 · 0 comments
Open

make run causes exception #10

rossjones opened this issue Nov 10, 2015 · 0 comments

Comments

@rossjones
Copy link

I just tried a new flask app using yo flask-app and after setup, running make run I get the following error in the browser:

webassets.exceptions.BuildError
BuildError: Nothing to build for <Bundle output=css/css_bower.css, 
filters=[<webassets.filter.compass.Compass object at 0x1109a9b10>], 
contents=()>, is empty

and a stack trace.

After looking through assets.py, it looks like

scss_files = bower_dependencies.get('.scss', [])

returns [] for me. So presumably there is something wrong with my bower_dependencies.json, the entire contents of which is {}.

Looking at bowser_list.js and I am suddenly out of my depth.

Any pointers on how I can solve this?

Edit: Running without debug and the problem goes away.

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

1 participant