Commit Graph

213 Commits

Author SHA1 Message Date
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
Nicklas Ansman Giertz
2da0ee6cbb Print a newline after the initial Waiting...
Things like foreman doesn't work very well when a line without a newline
is printed, it blocks the output from all other processes so that the
lines may come in order.
2013-10-20 15:35:50 -07:00
Joey Baker
7817d405a0 Change HTTPS API to match grunt-contrib-connect
fixes #218
2013-10-18 19:54:47 -07:00
Joey Baker
39c6a55afa Enable live reload to work over https connections
Blocked by https://github.com/mklabs/tiny-lr/pull/21
2013-10-18 19:54:03 -07:00
Kyle Robinson Young
5cfb9fe57d Node v0.8 returns code 1 on SIGINT vs 130 with v0.10 2013-10-15 12:55:24 -07:00
Kyle Robinson Young
0ac53cfadb Fix my poor grammar. Thanks @mzgol 2013-10-15 12:20:41 -07:00
Kyle Robinson Young
7a6bfa4bdd Update FAQ 2013-10-14 22:08:20 -07:00
Kyle Robinson Young
d984903ece More explicit example when using grunt.config 2013-09-29 15:42:25 -07:00
Joey Baker
90e090afee Enable live reload to work over https connections. Closes GH-197. 2013-09-29 15:42:25 -07:00
Kyle Robinson Young
2c84519212 Merge pull request #209 from CaryLandholt/npmignore
add .npmignore
2013-09-14 22:51:37 -07:00
CaryLandholt
04b996724b add .npmignore
During npm publish, certain files and directories can be ignored
from the package.
See https://npmjs.org/doc/developers.html#Keeping-files-out-of-your-package.
This reduces the package size.
Keeping AUTHORS, CHANGELOG, CONTRIBUTING.md, LICENSE-MIT
Ignoring docs, test, .editorconfig, .gitattributes, .jshintrc,
.travis.yml, Gruntfile.js
2013-09-15 00:43:12 -05:00
Kyle Robinson Young
a2517ee0cb Removing Gruntfile.js as package.json main 2013-09-14 11:53:17 -07:00
Kyle Robinson Young
1a8aaac320 More explicit example when using grunt.config 2013-09-11 10:18:30 -07:00
Kyle Robinson Young
cdaf06ef95 Make finicky test more reliable 2013-08-27 16:40:02 -07:00
Brian Lai
dfa6953aaf Fix to make interrupt work more than once. Closes GH-155. 2013-08-27 16:39:40 -07:00
Kyle Robinson Young
78e699e30e Docs for cwd option 2013-08-27 16:25:03 -07:00
Kyle Robinson Young
b0f8ec66eb nitpicky clean up 2013-08-27 16:20:11 -07:00
Jaime Pillora
7c5a485974 cwd option now accepts separate files and spawn cwd settings. Closes GH-125.
Conflicts:
	test/fixtures/multiTargets/Gruntfile.js
2013-08-27 16:14:09 -07:00
Rich Trott
74c6125ef5 Test to ensure files are reloaded only once. Closes GH-195. 2013-08-26 16:16:46 -07:00
Manuel Cabral
0d078cbe8b Clear changedFiles after triggering livereload. Closes GH-193. 2013-08-26 16:16:35 -07:00
Kyle Robinson Young
0d8a7b6381 0.5.3 2013-08-25 17:30:37 -07:00
Kyle Robinson Young
1b0ac88ebc Update AUTHORS 2013-08-25 17:27:25 -07:00