grrrrr asset pipeline hates me

This commit is contained in:
Sam Saffron 2013-02-20 17:00:24 +11:00
parent ea7b97be34
commit 15c5f5b840
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
// TODO: automate this to grab from the manifest, Rails voodoo should be able to get it
var map = {
'defer/html-sanitizer-bundle': <%= asset_path('defer/html-sanitizer-bundle').inspect.html_safe %>
};
var assetPath = function(asset){

View file

@ -30,7 +30,7 @@ module Discourse
config.assets.paths += %W(#{config.root}/config/locales)
config.assets.precompile += [
'admin.js', 'admin.css', 'shiny/shiny.css', 'preload_store.js', 'jquery.js', 'defer/html-sanitizer-bundle.js'
'admin.js', 'admin.css', 'shiny/shiny.css', 'preload_store.js', 'jquery.js' #, 'defer/html-sanitizer-bundle.js'
]
# Activate observers that should always be running.