Skip to content

Commit

Permalink
updated folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Jul 9, 2012
1 parent fe540f3 commit 11a809c
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zurb-foundation (3.0.4.alpha14)
zurb-foundation (3.0.4.alpha15)
compass (>= 0.12.2)
rake
sass (>= 3.2.0.alpha.244)
Expand Down
2 changes: 1 addition & 1 deletion lib/foundation/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Foundation
VERSION = "3.0.4.alpha14"
VERSION = "3.0.4.alpha15"
end
18 changes: 9 additions & 9 deletions templates/project/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<title>Welcome to Foundation</title>

<!-- Included CSS Files -->
<link rel="stylesheet" href="stylesheets/foundation/globals.css">
<link rel="stylesheet" href="stylesheets/foundation/typography.css">
<link rel="stylesheet" href="stylesheets/foundation/grid.css">
<link rel="stylesheet" href="stylesheets/foundation/ui.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/buttons.css">
<link rel="stylesheet" href="stylesheets/foundation/tabs.css">
<link rel="stylesheet" href="stylesheets/foundation/navbar.css">
<link rel="stylesheet" href="stylesheets/foundation/forms.css">
<link rel="stylesheet" href="stylesheets/foundation/orbit.css">
<link rel="stylesheet" href="stylesheets/foundation/reveal.css">
<link rel="stylesheet" href="stylesheets/app.css">

<script src="javascripts/foundation/modernizr.foundation.js"></script>
Expand Down
21 changes: 11 additions & 10 deletions templates/project/manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

# Sass Files
stylesheet 'sass/_settings.scss', :to => '_settings.scss'
stylesheet 'sass/foundation-styles/globals.scss', :to => 'foundation-styles/globals.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/typography.scss', :to => 'foundation-styles/typography.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/grid.scss', :to => 'foundation-styles/grid.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/ui.scss', :to => 'foundation-styles/ui.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/buttons.scss', :to => 'foundation-styles/buttons.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/tabs.scss', :to => 'foundation-styles/tabs.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/navbar.scss', :to => 'foundation-styles/navbar.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/forms.scss', :to => 'foundation-styles/forms.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/orbit.scss', :to => 'foundation-styles/orbit.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation-styles/reveal.scss', :to => 'foundation-styles/reveal.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/base.scss', :to => 'foundation/base.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/globals.scss', :to => 'foundation/globals.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/typography.scss', :to => 'foundation/typography.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/grid.scss', :to => 'foundation/grid.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/ui.scss', :to => 'foundation/ui.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/buttons.scss', :to => 'foundation/buttons.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/tabs.scss', :to => 'foundation/tabs.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/navbar.scss', :to => 'foundation/navbar.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/forms.scss', :to => 'foundation/forms.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/orbit.scss', :to => 'foundation/orbit.scss', :media => "screen, projector, print"
stylesheet 'sass/foundation/reveal.scss', :to => 'foundation/reveal.scss', :media => "screen, projector, print"
stylesheet 'sass/app.scss', :to => 'app.scss', :media => "screen, projector, print"

# Relative asset paths
Expand Down
1 change: 1 addition & 0 deletions templates/project/sass/foundation/_foundation-base.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "foundation/base";
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 11a809c

Please sign in to comment.