By default, Django's ``runserver`` serves static assets (CSS and JavaScript) directly from the source files in the ``edx-platform`` repo. This allows you to make changes and quickly see the results.
In production, however, we process static assets using `django-pipeline`__ To verify that your changes will work in production, you can run LMS and Studio with the pipeline enabled: