소스 검색

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