mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
Add a Gemfile to specify ruby dependencies and update gulp-compass to use bundle exec to execute compass. Addresses comments in https://github.com/nasa/openmctweb/pull/693
7 lines
111 B
Ruby
7 lines
111 B
Ruby
source "https://rubygems.org"
|
|
|
|
group :development do
|
|
gem "compass", ">= 1.0.3"
|
|
gem "sass", "~> 3.4.18"
|
|
end
|