mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-14 17:25:55 -07:00
chore: manually add assets
This commit is contained in:
parent
86dd159a99
commit
7ae453a61c
29 changed files with 188015 additions and 20211 deletions
12055
app/assets/dashboard/application.css
Normal file
12055
app/assets/dashboard/application.css
Normal file
File diff suppressed because it is too large
Load diff
13703
app/assets/dashboard/application.js
Normal file
13703
app/assets/dashboard/application.js
Normal file
File diff suppressed because it is too large
Load diff
17
app/assets/dashboard/cable.js
Normal file
17
app/assets/dashboard/cable.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
(() => {
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __commonJS = (cb, mod) => function __require() {
|
||||
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
||||
};
|
||||
|
||||
// app/javascript/cable.js
|
||||
var require_cable = __commonJS({
|
||||
"app/javascript/cable.js"(exports) {
|
||||
(function() {
|
||||
this.App || (this.App = {});
|
||||
App.cable = ActionCable.createConsumer();
|
||||
}).call(exports);
|
||||
}
|
||||
});
|
||||
require_cable();
|
||||
})();
|
||||
5172
app/assets/dashboard/modal.js
Normal file
5172
app/assets/dashboard/modal.js
Normal file
File diff suppressed because it is too large
Load diff
5188
app/assets/dashboard/overview.js
Normal file
5188
app/assets/dashboard/overview.js
Normal file
File diff suppressed because it is too large
Load diff
38538
app/assets/dashboard/sqm.css
Normal file
38538
app/assets/dashboard/sqm.css
Normal file
File diff suppressed because it is too large
Load diff
12383
app/assets/dashboard/welcome.css
Normal file
12383
app/assets/dashboard/welcome.css
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -7,7 +7,7 @@
|
|||
@import "partials/footer";
|
||||
|
||||
.hero-image {
|
||||
background-image: url(hero.svg);
|
||||
background-image: url(dashboard/hero.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue