This gem provides Tag Manager for Rails asset pipeline.
It includes the CSS; SCSS and LESS version of the stylesheet.
Tag Manager version 3.0.1 e71e5e3991cd30a9ad93c3cf879279602e68a85e
Add the tagmanager-rails gem to your Gemfile.
gem 'tagmanager-rails'
And run bundle install
.
The Tag Manager file will be added to the asset pipeline.
Add the following line to app/assets/javascripts/application.js
:
//= require tagmanager
Add the following line to app/assets/stylesheets/application.css
:
/*
*= require tagmanager
*/
If you want to change the variables, include it with the Sass @import
method
@import 'tagmanager.css.scss';
Do the same if you are using LESS respectively.
Feel free to open an issue ticket if you find something that could be improved.
- Upgrade CSS and LESS version of stylesheet
- Convert LESS to SCSS
- Update
TAGMANAGER_VERSION
- Update Changelog and README
Many thanks to max-favilli for Tag Manager and all Rails committer for Rails.
Copyright Tobias L. Maier, released under the MIT License. Tag Manager itself is under Mozilla Public License. See license.txt of the project.