Skip to content
Snippets Groups Projects
Commit 15fc9571 authored by Sullivan SENECHAL's avatar Sullivan SENECHAL
Browse files

Bootlint integration

parent 16a6ea2d
Branches
Tags
No related merge requests found
:javascript
jQuery(document).ready(function() {
javascript:(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
@@ -16,6 +16,7 @@
 
= 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'
 
-# Atom feed
- if current_user
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment