Commit Graph

21 Commits

Author SHA1 Message Date
Christine Lytwynec
eb3c1ab9a8 removing rake and outdated references to it 2014-08-05 09:54:29 -04:00
Brian Talbot
5150b03423 updating Bourbon gem file to version 4.0.2 and Bourbon spec version requirement to 4.0.1 2014-06-11 21:19:36 -04:00
Brian Talbot
cf63512538 updating Bourbon gem file to version 4.0.1 2014-06-11 21:18:08 -04:00
Brian Talbot
eca836c988 updating Neat gem file to version 1.6.0 2014-06-11 21:18:08 -04:00
Andy Armstrong
f3dd8aee8a Update SASS pipeline to generate source maps
Note: this requires SASS 3.3+ so do ```bundle install```
2014-06-11 21:18:08 -04:00
Will Daly
dde5455227 Added configuration for running tests using the bok-choy framework 2014-01-09 12:57:50 -05:00
Brian Talbot
5bbe330c0c updating to Sass 3.2.12 and Neat 1.4.0 2013-10-18 11:35:25 -04:00
David Baumgold
e794688274 Indicate that rb-inotify and rb-fsevent aren't actually necessary 2013-09-16 15:27:37 -04:00
Calen Pennington
8308182b63 Add rb-inotify dependency 2013-09-12 10:46:05 -04:00
David Baumgold
40585b2bbb Added neat grid framework
http://neat.bourbon.io/
2013-07-10 09:17:58 -04:00
David Baumgold
1388684194 Sass 3.2.9, Bourbon 3.1.8 2013-07-10 09:17:58 -04:00
Calen Pennington
64912a7741 Make assets watchers run as singletons
Previously, multiple copies of the watchers started from the different
shells would run simultaneously, which left the possiblity of zombie
watchers, increased resource consumption, and incorrect results. This
fixes that problem by only starting a watcher if that same command isn't
already in the process list.

Fixes LMS-499
2013-06-20 09:21:49 -04:00
Calen Pennington
fab07597d2 Use https to talk to rubygems 2013-03-08 11:59:02 -05:00
Ashley Penney
d1e5632880 Remove the specific version of ruby here because it's breaking the dev scripts amongst other things. 2013-01-28 12:51:05 -05:00
Calen Pennington
109689fe9a Fix versions in gemfile 2013-01-26 00:01:55 -05:00
Calen Pennington
684b98505d Make rake commands to run jasmine tests in browser and via phantomjs 2012-10-30 10:41:02 -04:00
John Jarvis
aaeb0446d1 version is required http://gembundler.com/man/gemfile.5.html, this was causing rvm to return non-zero and thus causing the create-dev-env.sh script to fail 2012-07-31 14:58:07 -04:00
Prem Sichanugrist
e46426b196 Update requirement dependencies
* Make sure we're installing django-pipeline from our fork
* Bump rake to 0.9.2.2, as 0.8.3 is already outdated.
2012-05-30 14:22:36 -04:00
Calen Pennington
d2ec58c06e Don't pipeline in dev environment, which means that there is no need to run collectstatic either. Hooray\! 2012-05-18 15:37:57 -04:00
Calen Pennington
6b15303d89 Make collectstatic compile .coffee files, and preserve the askbot workflow using guard 2012-05-18 15:10:10 -04:00
Prem Sichanugrist
0a97979a0e Add Guard to aid sass/coffeescript compilation
You can run this by do:

    bundle install (first time only)
    bundle exec guard
2012-05-17 15:41:43 -04:00