{"library":"openedx-django-require","title":"django-require","description":"A Django staticfiles post-processor for optimizing JavaScript with RequireJS. Version 3.0.0 is the latest; development appears to be in maintenance mode with sporadic releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install openedx-django-require"],"cli":null},"imports":["from require.settings import OPTIMIZER","from require.exceptions import RequireJSException"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"INSTALLED_APPS = [\n    ...\n    'require',\n]\n\nSTATICFILES_STORAGE = 'require.storage.OptimizedStaticFilesStorage'\n\n# Optional: configure build profile path\nREQUIRE_BUILD_PROFILE = 'path/to/build.js'","lang":"python","description":"Add 'require' to INSTALLED_APPS and set the staticfiles storage to the optimized one.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}