Add separate frontend Gemfile w/ livingstyleguide

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2957/head
Alex Coles 10 years ago committed by Florian Kraft
parent 4e920c2183
commit a50e4396cb
  1. 4
      frontend/Gemfile
  2. 21
      frontend/Gemfile.lock

@ -0,0 +1,4 @@
source 'https://rubygems.org'
gem 'livingstyleguide', '~> 2.0.0.alpha.6'
gem 'sass', '~> 3.4.12'

@ -0,0 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
livingstyleguide (2.0.0.alpha.6)
minisyntax (>= 0.2.5)
redcarpet (~> 3.0.0)
sass
thor
tilt
minisyntax (0.2.5)
redcarpet (3.0.0)
sass (3.4.13)
thor (0.19.1)
tilt (2.0.1)
PLATFORMS
ruby
DEPENDENCIES
livingstyleguide (~> 2.0.0.alpha.6)
sass (~> 3.4.12)
Loading…
Cancel
Save