Commit
fb6752af4f2afd43578ff36782559cc094111b10
Exists in
master
and in
11 other branches
build, build2, capa, captcha, contigency_plan_recaptcha, jasmine-testing, make_harder_to_vote_twice, production, refactory-sass, session_cookie, staging
Adding Gemfile and Bash script to compile theme
| @@ -0,0 +1,2 @@ |
| @@ -0,0 +1,2 @@ |
| |
1
| +source 'https://rubygems.org' |
| |
2
| +gem 'sass', '3.4.9' |
| @@ -0,0 +1,10 @@ |
| @@ -0,0 +1,10 @@ |
| |
1
| +GEM |
| |
2
| + remote: https://rubygems.org/ |
| |
3
| + specs: |
| |
4
| + sass (3.4.9) |
| |
5
| + |
| |
6
| +PLATFORMS |
| |
7
| + ruby |
| |
8
| + |
| |
9
| +DEPENDENCIES |
| |
10
| + sass (= 3.4.9) |
| @@ -0,0 +1,2 @@ |
| @@ -0,0 +1,2 @@ |
| |
1
| +#!/bin/bash |
| |
2
| +sass --watch sass/style.scss:style.css |