Since we have a ruby dependency, I added a Gemfile for bundler to properly handle ruby dependencies and further simplify the build process
This commit is contained in:
parent
dbccddbc22
commit
2e6b83aeef
2 changed files with 15 additions and 0 deletions
2
Gemfile
Normal file
2
Gemfile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
gem "sass"
|
13
Gemfile.lock
Normal file
13
Gemfile.lock
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
sass (3.4.16)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
sass
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
Loading…
Add table
Add a link
Reference in a new issue