瀏覽代碼

Since we have a ruby dependency, I added a Gemfile for bundler to properly handle ruby dependencies and further simplify the build process

Till Klocke 8 年之前
父節點
當前提交
2e6b83aeef
共有 2 個文件被更改,包括 15 次插入0 次删除
  1. 2 0
      Gemfile
  2. 13 0
      Gemfile.lock

+ 2 - 0
Gemfile

@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gem "sass"

+ 13 - 0
Gemfile.lock

@@ -0,0 +1,13 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    sass (3.4.16)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  sass
+
+BUNDLED WITH
+   1.10.6