templates/upgrade/manifest.rb in zurb-foundation-4.2.1 vs templates/upgrade/manifest.rb in zurb-foundation-4.2.2

- old
+ new

@@ -1,9 +1,8 @@ description 'Foundation Compass Gem' -stylesheet '../project/scss/_settings.scss', :to => '_settings.scss' -stylesheet '../project/scss/app.scss', :to => 'app.scss' -stylesheet '../../scss/normalize.scss', :to => 'normalize.scss', :media => "screen, projector, print" +stylesheet '../../scss/normalize.scss', :to => '_normalize.scss' +stylesheet '../../scss/foundation/_variables.scss', :to => '_settings.scss' def copy_js_from(relative_path, prefix_path, excludes=[]) absolute_path = File.join(File.dirname(__FILE__), relative_path, prefix_path) js_files = Dir.glob("#{absolute_path}/*.js") js_files.reject! {|f| excludes.include? File.basename(f)} \ No newline at end of file