Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
# Ignore .DS_store file
.DS_Store

# Ignore bower components
# Ignore frontend packages
/bower_components
/node_modules
/gulp_dist
npm-debug.log
31 changes: 12 additions & 19 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
# If you do not have OpenSSL installed, update
# the following line to use 'http://' instead
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'

ruby '2.2.0'
ruby '2.3.0'

gem 'dotenv'

gem 'middleman', '~>3.3.10'
# Middleman Gems
gem 'middleman', '~> 4.1'
# gem 'middleman-blog'
gem 'middleman-livereload', '~> 3.1.0'
# Lossless image size reduction
# https://github.com/grosser/smusher
gem 'middleman-smusher'

# Generates robots.txt
gem 'middleman-livereload'
gem 'middleman-robots'

gem 'rake'
gem 'builder' # XML Builder
gem 'redcarpet', '~> 3.3', '>= 3.3.3'
gem 'slim'
gem 'bourbon'
gem 'middleman-autoprefixer'
# For feed.xml.builder
gem 'builder'

### Debugging
gem 'pry'

### For Windows
# Faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]
# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
# Windows does not come with time zone data
gem 'tzinfo-data', platforms: [:mswin, :mingw]
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]

201 changes: 91 additions & 110 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,171 +1,152 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.10)
i18n (~> 0.6, >= 0.6.9)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
autoprefixer-rails (5.1.11)
execjs
json
bourbon (4.2.1)
sass (~> 3.4)
thor
addressable (2.4.0)
backports (3.6.8)
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.4)
coderay (1.1.0)
capybara (2.5.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
coderay (1.1.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
coffee-script-source (1.10.0)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
dotenv (2.0.0)
concurrent-ruby (1.0.1)
contracts (0.13.0)
dotenv (2.1.1)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.0.7)
execjs (2.5.2)
ffi (1.9.8)
haml (4.0.6)
eventmachine (1.2.0.1)
execjs (2.6.0)
fast_blank (1.0.0)
fastimage (2.0.0)
addressable (~> 2)
ffi (1.9.10)
haml (4.0.7)
tilt
hike (1.2.3)
hitimes (1.2.2)
hooks (0.4.0)
uber (~> 0.0.4)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.4.4)
http_parser.rb (0.6.0)
httpclient (2.6.0.1)
i18n (0.7.0)
json (1.8.2)
kramdown (1.6.0)
listen (2.10.0)
celluloid (~> 0.16.0)
json (1.8.3)
kramdown (1.10.0)
listen (3.1.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-inotify (>= 0.9.7)
ruby_dep (~> 1.1)
method_source (0.8.2)
middleman (3.3.10)
middleman (4.1.7)
coffee-script (~> 2.2)
compass (>= 1.0.0, < 2.0.0)
compass-import-once (= 1.0.5)
execjs (~> 2.0)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-core (= 3.3.10)
middleman-sprockets (>= 3.1.2)
middleman-cli (= 4.1.7)
middleman-core (= 4.1.7)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
middleman-autoprefixer (2.4.3)
autoprefixer-rails (~> 5.1.3)
middleman-core (>= 3.3.3)
middleman-core (3.3.10)
activesupport (~> 4.1.0)
middleman-cli (4.1.7)
thor (>= 0.17.0, < 2.0)
middleman-core (4.1.7)
activesupport (~> 4.2)
addressable (~> 2.3)
backports (~> 3.6)
bundler (~> 1.1)
capybara (~> 2.5.0)
contracts (~> 0.13.0)
erubis
hooks (~> 0.3)
execjs (~> 2.0)
fast_blank
fastimage (~> 2.0)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 0.7.0)
listen (>= 2.7.9, < 3.0)
padrino-helpers (~> 0.12.3)
listen (~> 3.0)
padrino-helpers (~> 0.13.0)
parallel
rack (>= 1.4.5, < 2.0)
rack-test (~> 0.6.2)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0)
middleman-livereload (3.1.1)
em-websocket (>= 0.2.0)
middleman-core (>= 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-robots (1.0.1)
middleman (~> 3.3)
middleman-smusher (3.0.0)
middleman (>= 3.0.0)
smusher (~> 0.4.9)
middleman-sprockets (3.4.2)
sass (>= 3.4)
servolux
tilt (~> 1.4.1)
uglifier (~> 3.0)
middleman-livereload (3.4.6)
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.3.0)
minitest (5.5.1)
multi_json (1.11.0)
padrino-helpers (0.12.5)
rack-livereload (~> 0.3.15)
middleman-robots (1.2.0)
middleman (~> 4.0)
mime-types (3.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
mini_portile2 (2.0.0)
minitest (5.8.4)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
padrino-helpers (0.13.1)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.5)
padrino-support (= 0.13.1)
tilt (~> 1.4.1)
padrino-support (0.12.5)
padrino-support (0.13.1)
activesupport (>= 3.1)
pry (0.10.1)
parallel (1.8.0)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.0)
rack-livereload (0.3.15)
rack (1.6.4)
rack-livereload (0.3.16)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
sass (3.4.13)
slim (3.0.3)
redcarpet (3.3.4)
ruby_dep (1.1.0)
sass (3.4.22)
servolux (0.12.0)
slim (3.0.6)
temple (~> 0.7.3)
tilt (>= 1.3.3, < 2.1)
slop (3.6.0)
smusher (0.4.9)
httpclient (>= 2.2)
json
rake
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0)
sprockets (~> 2.0)
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
temple (0.7.5)
temple (0.7.6)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
timers (4.0.1)
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
uber (0.0.13)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
xpath (2.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
bourbon
builder
dotenv
middleman (~> 3.3.10)
middleman-autoprefixer
middleman-livereload (~> 3.1.0)
middleman (~> 4.1)
middleman-livereload
middleman-robots
middleman-smusher
pry
rake
redcarpet (~> 3.3, >= 3.3.3)
slim
tzinfo-data
wdm (~> 0.1.0)

BUNDLED WITH
1.11.2
12 changes: 8 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "Secret Sauce Middleman SEO template",
"name": "secretsauce-seo-middleman",
"version": "0.0.0",
"homepage": "http://secretsaucehq.com",
"authors": [
"Secret Sauce <hello@SecretSauceHQ.com>"
"Feifan Wang <fei@secretsaucehq.com>"
],
"description": "Secret Sauce Middleman SEO template",
"main": "",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
Expand All @@ -14,7 +18,7 @@
"tests"
],
"dependencies": {
"jquery": "~2.1.3",
"normalize.css": "~3.0.3"
"foundation-sites": "~6.2.1",
"bourbon": "~4.2.7"
}
}
Loading