File tree 4 files changed +20
-5
lines changed
packages/@css-blocks/playground 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
if : tag IS blank
2
2
git :
3
3
depth : 1
4
- sudo : false
4
+ sudo : required
5
5
language : node_js
6
+
6
7
node_js :
7
8
- " 8"
8
9
- " 9"
10
+
9
11
env :
10
12
- CXX=g++-4.8
11
13
14
+ addons :
15
+ chrome : stable
16
+
12
17
before_install :
13
18
-
npm install -g [email protected] yarn
14
19
- ./scripts/checkout-opticss.sh ../opticss
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @css-blocks/playground" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " A brand new Glimmer app ." ,
4
+ "description" : " The CSS Blocks in-browser playground ." ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
7
7
"test" : " tests"
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< title > CSS Blocks</ title >
7
- < meta name ="description " content ="">
7
+ < meta name ="description " content ="The CSS Blocks in-browser playground. ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
10
10
{{content-for "head"}}
Original file line number Diff line number Diff line change 3
3
"src_files" : [" src/**/*" ],
4
4
"serve_files" : [" index.js" ],
5
5
"disable_watching" : true ,
6
- "launch_in_ci" : [" Firefox" , " Chrome" ]
7
- }
6
+ "launch_in_ci" : [" Chrome" ],
7
+ "browser_args" : {
8
+ "Chrome" : [
9
+ " --headless" ,
10
+ " --disable-gpu" ,
11
+ " --remote-debugging-port=9222" ,
12
+ " --remote-debugging-address=0.0.0.0" ,
13
+ " --no-sandbox" ,
14
+ " --user-data-dir=/tmp"
15
+ ]
16
+ }
17
+ }
You can’t perform that action at this time.
0 commit comments