forked from lab2023/hierapolis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/kebab-project/hierapolis …
…into develop
- Loading branch information
Showing
4 changed files
with
57 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
source 'https://rubygems.org' | ||
# If you have OpenSSL installed, we recommend updating | ||
# the following line to use "https" | ||
source 'http://rubygems.org' | ||
|
||
gem 'middleman', '~> 3.1.4' | ||
gem 'middleman', '~>3.2.0' | ||
|
||
# Live-reloading plugin | ||
gem 'middleman-livereload', '~> 3.1.0' | ||
gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3' | ||
|
||
# For faster file watcher updates on Windows: | ||
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw] | ||
|
||
# Compass | ||
gem 'compass', '~> 0.12.2' | ||
|
||
# Bootstrap sass | ||
gem 'bootstrap-sass', '~> 3.0.3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
/ Javascripts | ||
= javascript_include_tag '//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js', | ||
'//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js', | ||
'//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js', | ||
'application' | ||
'application' | ||
= yield_content :foot |