Closed
Bug 1036189
Opened 11 years ago
Closed 11 years ago
Refactor gruntfile to chill out grunt watch &/or grunt connect:server on Landing Pages
Categories
(Webmaker Graveyard :: webmaker.org, defect)
Webmaker Graveyard
webmaker.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: akirose, Assigned: akirose)
Details
(Whiteboard: [landingpages] [july25])
Attachments
(1 file)
Worrying that my computer is going to take off while running this server is... not good. Should fix this.
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment on attachment 8456470 [details] [review]
https://github.com/mozilla/webmaker-landing-pages/pull/13
Nice! Looks like travis is failing btw, take a look at that before landing
Attachment #8456470 -
Flags: review?(kate) → review+
Assignee | ||
Comment 3•11 years ago
|
||
There's actually a bug for that, bug #1036445. I have some theories on it, but haven't solved it. I have a workaround to lint/beautifuy locally before I merge to master though.
Assignee | ||
Comment 4•11 years ago
|
||
(for posterity's sake:)
[webmaker-landing-pages] grunt 10:52:05 ☁ 1036189/better-server ☂ ⚡ ✭
Running "jsbeautifier:modify" (jsbeautifier) task
Beautified 2 files, changed 0 files...OK
Running "jshint:files" (jshint) task
>> 2 files lint free.
Running "htmlmin:build" (htmlmin) task
Running "imagemin:primary" (imagemin) task
✔ build/resources/img/sandstone/banner-maker-party.jpg (already optimized)
✔ build/resources/img/makersteps/graphic_remix.png (already optimized)
✔ build/resources/img/makersteps/graphic_thimble.png (already optimized)
✔ build/resources/img/sandstone/bg-gradient-sand.png (already optimized)
✔ build/resources/img/sandstone/bg-sand.png (already optimized)
✔ build/resources/img/makersteps/logo-makerparty.png (saved 2.21 kB - 47%)
✔ build/resources/img/sandstone/banner-maker-party@2x.jpg (already optimized)
✔ build/resources/img/makersteps/graphic_remix@2x.png (already optimized)
✔ build/resources/img/logo.png (already optimized)
✔ build/resources/img/makersteps/graphic_thimble@2x.png (already optimized)
✔ build/resources/img/makersteps/logo-makerparty@2x.png (saved 4.55 kB - 47%)
✔ build/resources/img/sandstone/mozilla-wordmark-red.png (already optimized)
Minified 12 images (saved 6.77 kB)
Done, without errors.
Execution Time (2014-07-16 16:01:50 UTC)
loading tasks 126ms ▇▇▇▇▇ 14%
jsbeautifier:modify 153ms ▇▇▇▇▇▇ 17%
jshint:files 73ms ▇▇▇ 8%
htmlmin:build 189ms ▇▇▇▇▇▇▇▇ 21%
imagemin:primary 347ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 39%
Total 889ms
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/webmaker-landing-pages
https://github.com/mozilla/webmaker-landing-pages/commit/fcbec36d4185646c709950603134fe4817b04e2b
Fixes Bug 1036189 - Refactor gruntfile to chill out grunt watch &/or grunt connect:server on Landing Pages
https://github.com/mozilla/webmaker-landing-pages/commit/cc25a5409591e68afab9d30cd08426be8ad6aabf
Merge pull request #13 from gesa/1036189/better-server
Fixes Bug 1036189 - Refactor gruntfile to chill out grunt watch &/or grunt connect:server on Landing Pages
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•