templates/project/manifest.rb in themepile-abstractio-1.0.3 vs templates/project/manifest.rb in themepile-abstractio-1.0.4
- old
+ new
@@ -1,10 +1,10 @@
-description 'Foundation Compass Gem'
+description 'Abstractio Compass Gem'
# Sass Files
stylesheet '../../scss/normalize.scss', :to => '_normalize.scss'
-stylesheet '../../scss/foundation/_variables.scss', :to => '_settings.scss'
+stylesheet '../../scss/abstractio/_variables.scss', :to => '_settings.scss'
stylesheet 'scss/app.scss', :to => 'app.scss', :media => "screen, projector, print"
# Make sure you list all the project template files here in the manifest.
file 'humans.txt'
file 'robots.txt'
@@ -19,25 +19,25 @@
:to => "#{prefix_path}/#{File.basename(js)}"
end
return js_files.map {|f| "#{prefix_path}/#{File.basename(f)}"}
end
-javascripts = copy_js_from("../../js", "foundation", ["foundation.js", "index.js"])
+javascripts = copy_js_from("../../js", "abstractio", ["abstractio.js", "index.js"])
vendor_javascripts = copy_js_from("../../js", "vendor")
-javascript "../../js/foundation/foundation.js", :to => "foundation/foundation.js"
+javascript "../../js/abstractio/abstractio.js", :to => "abstractio/abstractio.js"
-html 'index.html', :erb => true, :javascripts => javascripts, :version => Foundation::VERSION
+html 'index.html', :erb => true, :javascripts => javascripts, :version => Abstractio::VERSION
help %Q{
-If you need help, email us at foundation@zurb.com or visit foundation.zurb.com"
+If you need help, email us at abstractio@zurb.com or visit abstractio.zurb.com"
}
welcome_message %Q{
-w00t! You're using ZURB Foundation, now go forth and rock 'n roll!
+w00t! You're using ZURB Abstractio, now go forth and rock 'n roll!
}
# file 'config.rb'
\ No newline at end of file