This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +23
-10
lines changed
Expand file tree Collapse file tree 10 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 66Gemfile.lock
77InstalledFiles
88_yardoc
9+ bin /
910coverage
1011doc /
1112lib /bundler /man
@@ -15,5 +16,6 @@ spec/reports
1516test /tmp
1617test /version_tmp
1718tmp
18- components
19+ bower_components
1920node_modules
21+ vendor /gems /
Original file line number Diff line number Diff line change 1- source : rubygems
1+ source "https:// rubygems.org"
22gemspec
Original file line number Diff line number Diff line change 55# = provides tasklist:change
66# = provides tasklist:changed
77#
8- # = require crema/element /fire
8+ # = require crema/events /fire
99# = require crema/events/pageupdate
1010#
1111# Enables Task List update behavior.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " task-lists" ,
3+ "dependencies" : {
4+ "jquery" : " >= 1.9.1" ,
5+ "crema" :
" [email protected] :github/crema.git" ,
6+ "qunit" : " >= 1.0"
7+ }
8+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require 'sprockets'
77Root = File . expand_path ( ".." , __FILE__ )
88
99Assets = Sprockets ::Environment . new ( Root ) do |env |
10- env . append_path "components" # bower
10+ env . append_path "bower_components"
1111 env . append_path "app/assets/javascripts"
1212 env . append_path "app/assets/stylesheets"
1313 env . append_path "test"
Original file line number Diff line number Diff line change @@ -10,6 +10,4 @@ if ! npm list bower 2>&1 | grep 0.8.5 >/dev/null; then
1010 npm install git://github.com/twitter/bower.git
1111fi
1212
13- bower install --no-color jquery
14- bower install --no-color https://hubot:
[email protected] /github/crema.git
15- bower install --no-color rails-behaviors
13+ bower install --no-color
Original file line number Diff line number Diff line change 77cd $( dirname " $0 " ) /..
88export PATH=" $( pwd) /bin:$( pwd) /script:$( pwd) /node_modules/.bin:/usr/share/rbenv/shims:/opt/phantomjs/bin:/usr/share/nvm/0.8.11/bin:$PATH "
99
10+ # setup Ruby version
11+ if [ -d /usr/share/rbenv/shims ]; then export PATH=/usr/share/rbenv/shims:$PATH ; fi
12+ export RBENV_VERSION=" 1.9.3-p231-tcs-github"
13+
1014# Write commit we're building at
1115git log -n 1 || true
1216echo
@@ -15,4 +19,4 @@ export DISPLAY=:99.0
1519
1620./script/bootstrap
1721./script/testsuite 4018
18- rake test
22+ bundle exec rake test
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
1818
1919 gem . add_dependency "html-pipeline"
2020
21+ gem . add_development_dependency "github-markdown"
2122 gem . add_development_dependency "rake"
2223 gem . add_development_dependency "coffee-script"
2324 gem . add_development_dependency "json"
Original file line number Diff line number Diff line change 1- # = require qunit
1+ # = require qunit/qunit/qunit
22# = require_directory ./unit
Original file line number Diff line number Diff line change 1- /*= require qunit */
1+ /*= require qunit/qunit/qunit */
You can’t perform that action at this time.
0 commit comments