Commit Graph

284 Commits

Author SHA1 Message Date
Kyle Robinson Young
0396f8fc0f Merge pull request #389 from timothykang/add-hostname-option
Expose hostname parameter of tiny-lr
2015-02-25 17:03:31 -08:00
Tim Kang
138b067271 Fix livereload test fixture that was missed in a8bb230 2015-02-20 21:28:30 -08:00
Tim Kang
a0bd437577 Update docs to demonstrate hostname option usage 2015-02-20 21:10:38 -08:00
Tim Kang
a8bb230990 Make it more clear that the server is listening on INADDR_ANY 2015-02-20 21:06:33 -08:00
Tim Kang
70f142b9a0 Merge branch 'master' into add-hostname-option
Conflicts:
	test/tasks/livereload_test.js
2015-02-20 20:44:23 -08:00
Sindre Sorhus
96166b3f5a minor tweaks 2015-02-08 20:09:04 +07:00
Kyle Robinson Young
64ef021e7c Update copyright to 2015 2015-01-01 11:32:47 -08:00
Kyle Robinson Young
22f1b0d8f9 Merge pull request #386 from mrjoelkemp/jscs
Used JSCS and fixed violations
2014-12-07 17:59:18 -08:00
Joel Kemp
2fd46f1a81 Used JSCS and fixed violations 2014-12-07 19:43:44 -05:00
Kyle Robinson Young
014ee4bce8 Merge pull request #388 from timothykang/fix-run-individual-test
Fix running individual tests with 'test' task
2014-11-30 10:45:40 -08:00
Kyle Robinson Young
2be8b79fbe Merge pull request #392 from bodylabs/event_cwd
Support cwd.event to emit events relative to path
2014-11-30 10:43:06 -08:00
Paul Melnikow
ca346f4ebc Support cwd.event to emit events relative to path
This is useful for specifying the base directory to use with livereload.
2014-11-07 20:13:52 -05:00
Tim Kang
0acd00f8ca Expose hostname parameter of tiny-lr 2014-11-06 19:04:34 -08:00
Tim Kang
13c383c4bc Fix running individual tests with 'test' task
Undo overwriting of existing 'test' task from commit 3d70678, while preserving
intention of linting before tests.
2014-11-06 18:04:14 -08:00
Kyle Robinson Young
f52e5ec726 Merge pull request #381 from cletusw/unforkTinyLr
Switch back to mklabs/tiny-lr
2014-10-07 15:24:00 -07:00
Clayton Watts
4b1801be53 Switch back to mklabs/tiny-lr 2014-10-07 16:13:21 -06:00
Vlad Filippov
4a198e768e Update .travis.yml 2014-08-30 10:44:29 -07:00
Kyle Robinson Young
bffff3bb81 Merge pull request #369 from radkodinev/run-jshint-with-tests
First check code with jshint upon running npm/grunt test
2014-08-30 10:26:52 -07:00
Radko Dinev
3d706781a1 First check code with jshint upon running npm/grunt test 2014-08-30 15:22:48 +03:00
Kyle Robinson Young
1d48553498 Merge pull request #368 from XhmikosR/master
Update dependencies.
2014-08-26 09:22:07 -07:00
XhmikosR
62260dcb3b Update dependencies. 2014-08-26 18:37:09 +03:00
jakub-g
6421986b00 Fix GH-169 endless loop with atBegin/nospawn. Closes GH-356.
This commit fixes an issue where a failure of a watch task
with options `{ atBegin : true, spawn : false }` lead to an infinite loop
of tasks.
2014-07-24 15:53:51 -07:00
Kyle Robinson Young
126d6fd6b9 Update travis to fix ^ with node v0.8. Thanks @vladikoff 2014-05-14 10:30:54 -07:00
Kyle Robinson Young
106cd851eb Update npm to fix node v0.8 fails because of ^ in deps 2014-05-14 10:20:34 -07:00
Kyle Robinson Young
6e6a40caed Merge pull request #331 from leobalter/doc-livereload-html
Reference to enable livereload on HTML in options.livereload topic
2014-05-14 10:19:48 -07:00
Leonardo Balter
4f66138f77 Docs: Reference to enable livereload on HTML in options.livereload topic 2014-05-14 13:58:14 -03:00
vladikoff
10f78603ac Fix Issue 35 link 2014-04-20 10:32:56 -04:00
Kyle Robinson Young
cb946df2f2 Add typo fix to docs as well. Ref GH-318. 2014-04-04 08:48:02 -07:00
Sindre Sorhus
d9cf6ec7a4 Merge pull request #318 from jonmunson/master
Update REAMDE.md - fix spelling mistake
2014-04-04 15:02:54 +02:00
jonmunson
97cb3ed6d7 Update REAMDE.md - fix spelling mistake 2014-04-04 10:23:32 +01:00
Kyle Robinson Young
c190351f52 v0.6.1 2014-03-19 13:09:32 -07:00
Kyle Robinson Young
e140e1a997 Fix for no target configs 2014-03-19 12:30:53 -07:00
Kyle Robinson Young
c92448d418 Fix for watch configs with "default" target name. Fixes GH-312. 2014-03-19 10:37:10 -07:00
Kyle Robinson Young
95e415db71 v0.6.0 2014-03-11 22:39:02 -07:00
Kyle Robinson Young
ba6d6325b0 Update devDeps 2014-03-11 22:30:48 -07:00
Kyle Robinson Young
cfce792381 Add livereloadOnError to docs/ 2014-03-11 22:27:13 -07:00
Chris Gross
153a551678 Livereload option to not reload if tasks fail. Fixes GH-84. Closes GH-293.
Also reload configured tasks before each run
2014-03-11 22:26:39 -07:00
Kyle Robinson Young
ffa27dff42 Use tiny-lr-fork 2014-03-11 22:17:51 -07:00
Kyle Robinson Young
89f71cafde Add a little more time for events tests 2014-03-11 22:17:51 -07:00
Kyle Robinson Young
49806615d9 Update to gaze@0.5.1 2014-03-11 22:17:51 -07:00
ScottRippey
ba46cb7819 Added options.reload documentation 2014-03-11 22:17:51 -07:00
Scott Rippey
f30e08a472 Added options.reload for reloading the grunt watch task when a configuration file changes 2014-03-11 22:17:51 -07:00
Kyle Robinson Young
c12d19b6ac Update copyright to 2014 2014-02-28 17:06:18 -08:00
Kyle Robinson Young
30d3bf031a Update devDeps 2014-02-06 17:17:49 -08:00
Kyle Robinson Young
b884948805 Explicitly set files to publish to npm. Ref gruntjs/gruntjs.com#65 2013-12-15 10:22:52 -08:00
Kyle Robinson Young
bc14a58bf6 Replace deprecated grunt.util libs 2013-12-08 10:20:42 -08:00
Kyle ☱☲☳☴☵☷ ☶ Robinson ☱☲ ☳☴☵☶☷ Young
a1cb33b834 Merge pull request #225 from ansman/master
Print a newline after the initial Waiting...
2013-11-27 12:40:05 -08:00
Kyle ☱☲☳☴☵☷ ☶ Robinson ☱☲ ☳☴☵☶☷ Young
2b2eda7b57 Merge pull request #233 from joeybaker/loggin
Rm extraneous log calls
2013-11-27 12:35:41 -08:00
Joey Baker
a4dd0c7f34 Rm extraneous log calls
Fixes gruntjs/grunt-contrib-watch#230
2013-11-03 14:16:09 -08:00
Rushaine McBean
ec32a26ed4 Update FAQ for how to serve static files to the server 2013-10-23 00:13:08 -04:00