Sha256: 07d6135382e2fb64c95dbb22d255e651bb5f9286c1eeb6b3c1e9ff4a3952b119
Contents?: true
Size: 917 Bytes
Versions: 2
Compression:
Stored size: 917 Bytes
Contents
// This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. // // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // compiled file. JavaScript code in this file should be added after the last require_* statement. // // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details // about supported directives. // //= require foundation //= require modernizr //= require owl.carousel.min //= require svg4everybody.min //= require appendAround //= require jquery.turbolinks $(function(){ $(document).foundation(); $(".js-append").appendAround(); svg4everybody(); });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.0.1.alpha4 | app/assets/javascripts/decidim.js |
decidim-core-0.0.1.alpha3 | app/assets/javascripts/decidim.js |