-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnotes.txt
83 lines (55 loc) · 2.24 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Gruntfile
appPath - client folder
WORKING OUTPUT
rsns@UKLOMACRSNS ~/w/c/y/tmp> grunt serve
Running "serve" task
Running "clean:server" (clean) task
Cleaning .tmp...OK
Running "env:all" (env) task
Running "injector:sass" (injector) task
Missing option `template`, using `dest` as template instead
Injecting scss files (4 files)
Running "concurrent:server" (concurrent) task
Running "jade:compile" (jade) task
File .tmp/app/account/login/login.html created.
File .tmp/app/account/settings/settings.html created.
File .tmp/app/account/signup/signup.html created.
File .tmp/app/admin/admin.html created.
File .tmp/app/main/main.html created.
File .tmp/components/modal/modal.html created.
File .tmp/components/navbar/navbar.html created.
Done, without errors.
Execution Time (2015-01-28 14:08:46 UTC)
loading tasks 90ms ▇▇▇▇▇▇▇▇▇▇ 20%
jade:compile 357ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 80%
Total 448ms
Running "sass:server" (sass) task
Done, without errors.
Execution Time (2015-01-28 14:08:46 UTC)
loading tasks 97ms ▇▇▇▇ 8%
sass:server 1.1s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
Total 1.2s
Running "injector:scripts" (injector) task
Missing option `template`, using `dest` as template instead
Injecting js files (13 files)
Running "injector:sass" (injector) task
Missing option `template`, using `dest` as template instead
Injecting scss files (4 files)
Running "injector:css" (injector) task
Missing option `template`, using `dest` as template instead
>> Nothing changed
Running "wiredep:target" (wiredep) task
Running "autoprefixer:dist" (autoprefixer) task
File .tmp/app/app.css created.
Running "express:dev" (express) task
Starting background Express server
debugger listening on port 5858
Express server listening on 9000, in development mode
Running "wait" task
>> Waiting for server reload...
finished populating users
Done waiting!
Running "open:server" (open) task
Running "watch" task
Waiting...
GET /api/things 200 58ms