Commit Graph

284 Commits

Author SHA1 Message Date
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
Rich Trott
ec207fe84d Fix for livereload missing files. Closes GH-191. Closes GH-192. 2013-08-25 17:22:31 -07:00
Kyle Robinson Young
07c1f794b1 0.5.2 2013-08-16 08:58:29 -07:00
Kyle Robinson Young
1e8b680487 Skip empty file paths. Closes GH-174. 2013-08-16 08:56:16 -07:00
Kyle Robinson Young
85fe0b2364 Fix running tasks after a gruntfile is reloaded. Fixes GH-184. 2013-08-16 08:28:35 -07:00
Kyle Robinson Young
467e1990ab Add trailing commas (to secretly nudge travis-ci) 2013-08-06 09:57:48 -07:00
Kyle Robinson Young
676a920a4c Update readme 2013-08-05 12:52:09 -07:00
Kyle Robinson Young
8abcd42269 Merge pull request #177 from go-oleg/master
Update examples to use spawn instead of nospawn
2013-08-05 12:50:59 -07:00
Oleg Seletsky
54bd69e375 Update examples to use spawn instead of nospawn 2013-08-05 12:42:12 -07:00
Kyle Robinson Young
ff2952b788 0.5.1 2013-07-20 09:04:38 -07:00
Kyle Robinson Young
7156379f96 Better options handling and fix bug resetting options. Ref GH-162. 2013-07-19 21:21:00 -07:00
Chris Wren
d6045385d3 Fixed syntax error in options.dateFormat example. Closes GH-163. 2013-07-19 21:20:30 -07:00
Kyle Robinson Young
061b31fc27 Add correctly named folder 2013-07-19 09:53:16 -07:00
Kyle Robinson Young
bb37221123 Remove badly named folder 2013-07-19 09:52:40 -07:00
Kyle Robinson Young
c64696cbe8 v0.5.0 2013-07-18 20:19:55 -07:00
Kyle Robinson Young
130d6dc1dd Re-grab task/target options on each run. Ref GH-158. 2013-07-18 20:17:54 -07:00
Michał Gołębiowski
2c4d3e720f Bump version to 0.4.5, add CHANGELOG entry. Closes GH-152. 2013-07-18 20:17:29 -07:00
Kyle Robinson Young
e0468bb2e0 Add dateFormat option to configure the date. Closes GH-129. 2013-07-18 15:09:09 -07:00
Kyle Robinson Young
dc47f6f9f6 Add example using livereload and preprocessors. Closes GH-134. 2013-07-18 14:31:09 -07:00
Kyle Robinson Young
2cb2441519 Fixing tests on Windows 2013-07-18 14:04:14 -07:00
Kyle Robinson Young
238f3c6f23 Fix typo in FAQs 2013-07-18 13:05:29 -07:00
Iskren Chernev
419738ba2e Append watch.options.cliArgs on spawn. Closes GH-158.
Currently cliArgs was fetched once on watch task startup. This means that event
handlers can not change that afterwords. Now every time grunt is spawned it can
have different command line arguments.
2013-07-16 12:51:27 -07:00
Kyle Robinson Young
4987404e31 A better way to exclude node_modules in docs 2013-07-12 12:55:43 -07:00
Oliver Joseph Ash
757c9475a6 Bump Gaze version to 0.4. Closes GH-142, Closes GH-25, Closes GH-70. 2013-07-11 13:39:42 -07:00
Kyle Robinson Young
042c499de0 Move libs/vars into top scope to prevent re-init 2013-07-11 13:14:52 -07:00
Kyle Robinson Young
99e7a9a16e Dont watch **/*.js as it will watch node_modules. 2013-07-11 13:11:28 -07:00
Kyle Robinson Young
fbca6e84c6 Dynamic alias task to test individual files. 2013-07-11 12:51:23 -07:00
Kyle Robinson Young
09f4854459 Change nospawn option to spawn. Closes GH-81. 2013-07-11 12:42:17 -07:00
Kyle Robinson Young
44edaf2a30 Clean up Gruntfile.js 2013-07-07 14:16:25 -07:00
John K. Paul
bfe7a2a1fb Add atBegin option to run tasks when watcher starts. Closes GH-147. 2013-07-07 14:12:50 -07:00