This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-10 05:14:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
javascripts
/
template_include.js
3 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
DEV: Remove unsafe-eval from development CSP (#8569) - Refactor source_url to avoid using eval in development - Precompile handlebars in development - Include template compilers when running qunit - Remove unsafe-eval in development CSP - Include unsafe-eval only for qunit routes in development
2019-12-30 12:17:12 +00:00
//= require handlebars.runtime
DEV: Support for `import Handlebars from 'handlebars'`; (#9600) * Remove Handlebars.SafeString usage * DEV: Support for `import Handlebars from 'handlebars'`; * FIX: Sprockets was broken when `node_modules` was present By default the old version of sprockets looks for application.js anywhere, including in a node_modules folder if this exists (which it will when we move to Ember CLI.)
2020-04-30 16:41:02 -04:00
//= require handlebars-shim
Reference in New Issue
Copy Permalink