Upgraded asset_packager
This commit is contained in:
16
vendor/plugins/asset_packager/test/assets/stylesheets/bar.css
vendored
Normal file
16
vendor/plugins/asset_packager/test/assets/stylesheets/bar.css
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#bar1 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#bar2 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#bar3 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
16
vendor/plugins/asset_packager/test/assets/stylesheets/foo.css
vendored
Normal file
16
vendor/plugins/asset_packager/test/assets/stylesheets/foo.css
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#foo1 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#foo2 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#foo3 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
16
vendor/plugins/asset_packager/test/assets/stylesheets/header.css
vendored
Executable file
16
vendor/plugins/asset_packager/test/assets/stylesheets/header.css
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
#header1 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#header2 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#header3 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
16
vendor/plugins/asset_packager/test/assets/stylesheets/screen.css
vendored
Executable file
16
vendor/plugins/asset_packager/test/assets/stylesheets/screen.css
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
#screen1 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#screen2 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#screen3 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
16
vendor/plugins/asset_packager/test/assets/stylesheets/subdir/bar.css
vendored
Normal file
16
vendor/plugins/asset_packager/test/assets/stylesheets/subdir/bar.css
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#bar1 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#bar2 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#bar3 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
16
vendor/plugins/asset_packager/test/assets/stylesheets/subdir/foo.css
vendored
Normal file
16
vendor/plugins/asset_packager/test/assets/stylesheets/subdir/foo.css
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#foo1 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#foo2 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
#foo3 {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user