diff options
author | Saku Ytti <saku@ytti.fi> | 2014-03-01 19:27:44 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-03-01 19:27:44 +0200 |
commit | 465de586078eb40e6d0ae820d9da8a254c181021 (patch) | |
tree | 87bbbe5b7732fb58c0b6b77bc2de67caa0318ff4 /Gemfile.lock | |
parent | 7c2565720c898b0573a5a30db958d8a78577f4a4 (diff) |
Switch from CSS to SASS
I probably should figure out how to start rack in the code, so I'd get
caching of the SASS (and in future Coffee) files, instead of Sinatra
generating them always on the fly
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e40712b..3003aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,12 @@ PATH remote: . specs: - oxidized (0.0.30) + oxidized (0.0.33) grit haml net-ssh puma + sass sequel sinatra sinatra-contrib @@ -33,6 +34,7 @@ GEM rack rack-test (0.6.2) rack (>= 1.0) + sass (3.2.14) sequel (4.7.0) sinatra (1.4.4) rack (~> 1.4) |