flask-bower
flask-bower copied to clipboard
Flask extension to serve bower managed assets
Results
2
flask-bower issues
Sort by
recently updated
recently updated
newest added
Apparently the recommended place to look for version is .bower.json according to the bower author. See this thread: https://github.com/bower/bower/issues/1174
overlay_url_for uses os.path.sep to split the filename into a list. os.path.sep is platform dependant, hence the template is platform dependant, which is not desired. On linux: `url_for('bower.static', filename='jquery/dist/jquery.js')` On Windows:...