Skip to content
Snippets Groups Projects
Commit a88ef1a0 authored by Jacob Schatz's avatar Jacob Schatz Committed by Clement Ho
Browse files

Remove bootlint which takes 1 second of render time on development

parent efb3a536
No related branches found
No related tags found
No related merge requests found
-# haml-lint:disable InlineJavaScript
:javascript
window.onload = function() {
var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([], {hasProblems: false, problemFree: false});};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s);
}
Loading
Loading
@@ -76,4 +76,3 @@
 
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
= render 'layouts/bootlint' if Rails.env.development?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment