-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#TB-40 Middleman updates and improvements
- Middleman gems were updated - HAML layout structures were updated - Bootstrap-sass was updated - Middleman-deploy plugin was enabled and rakefile was removed - .gitignore file was updated
- Loading branch information
1 parent
066dc2e
commit 03ca365
Showing
17 changed files
with
172 additions
and
556 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,24 +1,20 @@ | ||
*.gem | ||
*.rbc | ||
.bundle | ||
.config | ||
coverage | ||
InstalledFiles | ||
lib/bundler/man | ||
pkg | ||
rdoc | ||
spec/reports | ||
test/tmp | ||
test/version_tmp | ||
tmp | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile ~/.gitignore_global | ||
|
||
# IDE | ||
.idea | ||
# Ignore bundler config | ||
/.bundle | ||
|
||
# YARD artifacts | ||
.yardoc | ||
_yardoc | ||
doc/ | ||
*.psd | ||
# Ignore the build directory | ||
/build | ||
|
||
build/ | ||
# Ignore caches | ||
/.sass-cache | ||
.cache/ | ||
|
||
# Ignore .DS_store file | ||
.DS_Store | ||
|
||
.idea/ |
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,105 +1,135 @@ | ||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
activesupport (3.2.15) | ||
i18n (~> 0.6, >= 0.6.4) | ||
multi_json (~> 1.0) | ||
bootstrap-sass (3.0.3.0) | ||
activesupport (4.1.1) | ||
i18n (~> 0.6, >= 0.6.9) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.1) | ||
tzinfo (~> 1.1) | ||
bootstrap-sass (3.1.1.1) | ||
sass (~> 3.2) | ||
chunky_png (1.2.9) | ||
chunky_png (1.3.1) | ||
coffee-script (2.2.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.6.3) | ||
compass (0.12.2) | ||
coffee-script-source (1.7.0) | ||
compass (0.12.6) | ||
chunky_png (~> 1.2) | ||
fssm (>= 0.2.7) | ||
sass (~> 3.1) | ||
em-websocket (0.5.0) | ||
sass (~> 3.2.19) | ||
compass-import-once (1.0.4) | ||
sass (>= 3.2, < 3.5) | ||
em-websocket (0.5.1) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.5.3) | ||
http_parser.rb (~> 0.6.0) | ||
erubis (2.7.0) | ||
eventmachine (1.0.3) | ||
execjs (1.4.0) | ||
multi_json (~> 1.0) | ||
execjs (2.1.0) | ||
ffi (1.9.3) | ||
fssm (0.2.10) | ||
haml (4.0.4) | ||
haml (4.0.5) | ||
tilt | ||
hike (1.2.3) | ||
http_parser.rb (0.5.3) | ||
i18n (0.6.5) | ||
kramdown (1.2.0) | ||
hooks (0.4.0) | ||
uber (~> 0.0.4) | ||
http_parser.rb (0.6.0) | ||
i18n (0.6.9) | ||
json (1.8.1) | ||
kramdown (1.3.3) | ||
listen (1.3.1) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
rb-kqueue (>= 0.2) | ||
middleman (3.2.0) | ||
middleman (3.3.3) | ||
coffee-script (~> 2.2.0) | ||
compass (>= 0.12.2) | ||
execjs (~> 1.4.0) | ||
haml (>= 3.1.6) | ||
compass (>= 0.12.4) | ||
compass-import-once (= 1.0.4) | ||
execjs (~> 2.0) | ||
haml (>= 4.0.5) | ||
kramdown (~> 1.2) | ||
middleman-core (= 3.2.0) | ||
middleman-core (= 3.3.3) | ||
middleman-sprockets (>= 3.1.2) | ||
sass (>= 3.1.20) | ||
uglifier (~> 2.1.0) | ||
middleman-core (3.2.0) | ||
activesupport (~> 3.2.6) | ||
sass (>= 3.2.17, < 4.0) | ||
uglifier (~> 2.5) | ||
middleman-core (3.3.3) | ||
activesupport (~> 4.1.0) | ||
bundler (~> 1.1) | ||
i18n (~> 0.6.1) | ||
erubis | ||
hooks (~> 0.3) | ||
i18n (~> 0.6.9) | ||
listen (~> 1.1) | ||
rack (>= 1.4.5) | ||
rack-test (~> 0.6.1) | ||
padrino-helpers (~> 0.12.1) | ||
rack (>= 1.4.5, < 2.0) | ||
rack-test (~> 0.6.2) | ||
thor (>= 0.15.2, < 2.0) | ||
tilt (~> 1.3.6) | ||
middleman-gh-pages (0.0.3) | ||
rake (> 0.9.3) | ||
middleman-livereload (3.1.0) | ||
tilt (~> 1.4.1, < 2.0) | ||
middleman-deploy (0.2.4) | ||
middleman-core (>= 3.0.0) | ||
net-sftp | ||
ptools | ||
middleman-livereload (3.1.1) | ||
em-websocket (>= 0.2.0) | ||
middleman-core (>= 3.0.2) | ||
multi_json (~> 1.0) | ||
rack-livereload | ||
middleman-sprockets (3.2.0) | ||
middleman-core (~> 3.2) | ||
sprockets (~> 2.1) | ||
sprockets-helpers (~> 1.0.0) | ||
middleman-sprockets (3.3.2) | ||
middleman-core (>= 3.2) | ||
sprockets (~> 2.2) | ||
sprockets-helpers (~> 1.1.0) | ||
sprockets-sass (~> 1.0.0) | ||
multi_json (1.8.2) | ||
minitest (5.3.4) | ||
multi_json (1.10.1) | ||
net-sftp (2.1.2) | ||
net-ssh (>= 2.6.5) | ||
net-ssh (2.9.1) | ||
padrino-helpers (0.12.2) | ||
i18n (~> 0.6, >= 0.6.7) | ||
padrino-support (= 0.12.2) | ||
tilt (~> 1.4.1) | ||
padrino-support (0.12.2) | ||
activesupport (>= 3.1) | ||
ptools (1.2.4) | ||
rack (1.5.2) | ||
rack-livereload (0.3.15) | ||
rack | ||
rack-test (0.6.2) | ||
rack (>= 1.0) | ||
rake (10.1.1) | ||
rb-fsevent (0.9.3) | ||
rb-inotify (0.9.2) | ||
rb-fsevent (0.9.4) | ||
rb-inotify (0.9.4) | ||
ffi (>= 0.5.0) | ||
rb-kqueue (0.2.0) | ||
rb-kqueue (0.2.3) | ||
ffi (>= 0.5.0) | ||
sass (3.2.12) | ||
sprockets (2.10.1) | ||
sass (3.2.19) | ||
sprockets (2.12.1) | ||
hike (~> 1.2) | ||
multi_json (~> 1.0) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sprockets-helpers (1.0.1) | ||
sprockets-helpers (1.1.0) | ||
sprockets (~> 2.0) | ||
sprockets-sass (1.0.2) | ||
sprockets-sass (1.0.3) | ||
sprockets (~> 2.0) | ||
tilt (~> 1.1) | ||
thor (0.18.1) | ||
tilt (1.3.7) | ||
uglifier (2.1.2) | ||
thor (0.19.1) | ||
thread_safe (0.3.4) | ||
tilt (1.4.1) | ||
tzinfo (1.2.1) | ||
thread_safe (~> 0.1) | ||
uber (0.0.6) | ||
uglifier (2.5.0) | ||
execjs (>= 0.3.0) | ||
multi_json (~> 1.0, >= 1.0.2) | ||
json (>= 1.8.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bootstrap-sass (~> 3.0.3.0) | ||
compass (~> 0.12.2) | ||
middleman (~> 3.2.0) | ||
middleman-gh-pages | ||
bootstrap-sass (~> 3.1.1.1) | ||
compass (~> 0.12.6) | ||
middleman (~> 3.3.3) | ||
middleman-deploy (~> 0.2.4) | ||
middleman-livereload (~> 3.1.0) | ||
middleman-sprockets (= 3.3.2) | ||
tzinfo-data | ||
wdm (~> 0.1.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
Oops, something went wrong.