Sha256: a6a98f6ca40848b14fa406b31e7ebf62c370d0b010a95816586204a917d5fc1b

Contents?: true

Size: 606 Bytes

Versions: 6

Compression:

Stored size: 606 Bytes

Contents

// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
//= require jquery
//= require jquery_ujs
<% if options[:lib_name] == 'gaku' %>
//= require gaku/gaku_core
<% else %>
//= require gaku/<%= options[:lib_name].gsub("/", "_") %>
<% end %>
//= require_tree .

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 lib/generators/gaku/install/templates/app/assets/javascripts/gaku/all.js
gaku-0.0.3 core/lib/generators/gaku/install/templates/app/assets/javascripts/gaku/all.js
gaku-0.0.2 core/lib/generators/gaku/install/templates/app/assets/javascripts/gaku/all.js
gaku_core-0.0.2 lib/generators/gaku/install/templates/app/assets/javascripts/gaku/all.js
gaku-0.0.1 core/lib/generators/gaku/install/templates/app/assets/javascripts/gaku/all.js
gaku_core-0.0.1 lib/generators/gaku/install/templates/app/assets/javascripts/gaku/all.js