sucreries 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ module Sucreries
2
+ VERSION = "0.0.1"
3
+ end
data/lib/sucreries.rb ADDED
@@ -0,0 +1,3 @@
1
+ # encoding: utf-8
2
+ Sprockets.append_path File.dirname(__FILE__) + '/vendor/assets/javascripts'
3
+ Sprockets.append_path File.dirname(__FILE__) + '/vendor/assets/stylesheets'