forked from basecamp/local_time
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.blade.yml
More file actions
40 lines (36 loc) · 715 Bytes
/
.blade.yml
File metadata and controls
40 lines (36 loc) · 715 Bytes
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
load_paths:
- lib/assets/javascripts/src
- test/javascripts/src
- test/javascripts/vendor
- test/javascripts/fixtures
logical_paths:
- local-time.js
- test.js
build:
logical_paths:
- local-time.js
path: app/assets/javascripts
js_compressor: uglifier
require:
- sprockets/export
plugins:
sauce_labs:
test_config:
time_zone: Central
browsers:
Google Chrome:
version: -2
os: Mac, Windows, Linux
Firefox:
version: -2
os: Mac, Windows, Linux
Safari:
version: -2
Microsoft Edge:
version: -2
Internet Explorer:
version: -3
iPhone:
version: -1
Android:
version: -1