Ver código fonte

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 anos atrás
pai
commit
2e6b83aeef
2 arquivos alterados com 15 adições e 0 exclusões
  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