mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-22 10:49:24 +08:00
adding watchr-docs.rb
This commit is contained in:
8
watchr-docs.rb
Normal file
8
watchr-docs.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# config file for watchr http://github.com/mynyml/watchr
|
||||
# install: gem install watchr
|
||||
# run: watch watchr.rb
|
||||
# note: make sure that you have jstd server running (server.sh) and a browser captured
|
||||
|
||||
watch( '^src/' ) do
|
||||
%x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/collect.js &> logs/docs.log & }
|
||||
end
|
||||
Reference in New Issue
Block a user