more flowerbox stuff

This commit is contained in:
John Bintz 2012-03-15 22:49:16 -04:00
parent da840160c3
commit 5283cd35e8
3 changed files with 8 additions and 1 deletions

View File

@ -27,7 +27,7 @@ guard 'flowerbox-unit' do
watch(%r{^spec/javascripts})
end
guard 'flowerbox-integration' do
guard 'flowerbox-integration', :verbose_server => true do
watch(%r{^js-features})
end

View File

@ -1,4 +1,10 @@
if !Attentive? then Attentive = {}
c.test_with :jasmine
c.run_with :node
c.asset_paths << "lib/assets/javascripts"
c.report_with :verbose
class Attentive.Presentation
@setup: (identifier) ->

View File

@ -5,5 +5,6 @@ Flowerbox.configure do |c|
c.asset_paths << "lib/assets/javascripts"
c.report_with :verbose
c.port = 25123
end