# Set up Flask with webassets

DevFeed: [Set up Flask with webassets](<https://devfeed.tech/articles/set-up-flask-with-webassets-32125.md>)

Original publisher: [Read original article](<https://adambard.com/blog/fresh-flask-setup/>)

Published: 2014-02-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Adam Bard](<https://devfeed.tech/sources/adam-bard.md>)

Topics: [Flask](<https://devfeed.tech/topics/flask.md>), [Python](<https://devfeed.tech/topics/python.md>), [Sass](<https://devfeed.tech/topics/sass.md>), [jQuery](<https://devfeed.tech/topics/jquery.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [css](<https://devfeed.tech/tags/css.md>), [flask](<https://devfeed.tech/tags/flask.md>), [npm](<https://devfeed.tech/tags/npm.md>), [python](<https://devfeed.tech/tags/python.md>), [sass](<https://devfeed.tech/tags/sass.md>)

## AI overview

A step-by-step tutorial for setting up a new Flask application with Python, Sass, CoffeeScript, Flask-Assets, webassets, Bower, and jQuery. It covers installation, project structure, asset bundles, preprocessing, and serving compiled static assets.

## Source excerpt

Flask isn't new, but it's really great, and it's definitely my first choice when starting a new Python app. Today I want to give you a quick tour of the tools I use to set up a new Flask app.