NBOCampbellToets / CampbellSoup

CampbellSoup, the web-based archive of Campbell test questions.
0 stars 1 forks source link

Development server with autoreload #6

Closed jgonggrijp closed 7 years ago

jgonggrijp commented 7 years ago

A basic working development server has been available as of 48d7090, where static files where handled by Flask. grunt-contrib-connect is responsible for the static files as of 78f050d, deferring to Flask only for the server side API. Convenience was added in 57e40fb, 9a1af4e and 5ba8664. Livereload has been enabled as of fe4ce56. There is also an ad hoc server available for the distribution as of b2dbc22, to facilitate a quick check that the optimizations do not break anything.