more flowerbox stuff
This commit is contained in:
parent
da840160c3
commit
5283cd35e8
|
@ -27,7 +27,7 @@ guard 'flowerbox-unit' do
|
||||||
watch(%r{^spec/javascripts})
|
watch(%r{^spec/javascripts})
|
||||||
end
|
end
|
||||||
|
|
||||||
guard 'flowerbox-integration' do
|
guard 'flowerbox-integration', :verbose_server => true do
|
||||||
watch(%r{^js-features})
|
watch(%r{^js-features})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
if !Attentive? then Attentive = {}
|
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
|
class Attentive.Presentation
|
||||||
@setup: (identifier) ->
|
@setup: (identifier) ->
|
||||||
|
|
|
@ -5,5 +5,6 @@ Flowerbox.configure do |c|
|
||||||
c.asset_paths << "lib/assets/javascripts"
|
c.asset_paths << "lib/assets/javascripts"
|
||||||
|
|
||||||
c.report_with :verbose
|
c.report_with :verbose
|
||||||
|
c.port = 25123
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue