mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
chore: make sure css output lands in app/assets/builds/dashboard
This commit is contained in:
parent
6e46b46074
commit
8dc0ce1fed
12 changed files with 15 additions and 87073 deletions
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
dashboard (0.1.4)
|
dashboard (0.1.5)
|
||||||
activerecord-import
|
activerecord-import
|
||||||
bcrypt_pbkdf
|
bcrypt_pbkdf
|
||||||
cssbundling-rails
|
cssbundling-rails
|
||||||
|
|
@ -110,9 +110,9 @@ GEM
|
||||||
ruby2_keywords
|
ruby2_keywords
|
||||||
ed25519 (1.3.0)
|
ed25519 (1.3.0)
|
||||||
erubi (1.12.0)
|
erubi (1.12.0)
|
||||||
factory_bot (6.4.2)
|
factory_bot (6.4.5)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
factory_bot_rails (6.4.2)
|
factory_bot_rails (6.4.3)
|
||||||
factory_bot (~> 6.4)
|
factory_bot (~> 6.4)
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
friendly_id (5.4.2)
|
friendly_id (5.4.2)
|
||||||
|
|
@ -122,10 +122,10 @@ GEM
|
||||||
i18n (1.14.1)
|
i18n (1.14.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
io-console (0.7.1)
|
io-console (0.7.1)
|
||||||
irb (1.11.0)
|
irb (1.11.1)
|
||||||
rdoc
|
rdoc
|
||||||
reline (>= 0.3.8)
|
reline (>= 0.4.2)
|
||||||
jsbundling-rails (1.2.1)
|
jsbundling-rails (1.2.2)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
loofah (2.22.0)
|
loofah (2.22.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
|
|
@ -137,10 +137,9 @@ GEM
|
||||||
net-smtp
|
net-smtp
|
||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.5)
|
|
||||||
minitest (5.20.0)
|
minitest (5.20.0)
|
||||||
mutex_m (0.2.0)
|
mutex_m (0.2.0)
|
||||||
net-imap (0.4.8)
|
net-imap (0.4.9.1)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
|
|
@ -149,17 +148,16 @@ GEM
|
||||||
timeout
|
timeout
|
||||||
net-sftp (4.0.0)
|
net-sftp (4.0.0)
|
||||||
net-ssh (>= 5.0.0, < 8.0.0)
|
net-ssh (>= 5.0.0, < 8.0.0)
|
||||||
net-smtp (0.4.0)
|
net-smtp (0.4.0.1)
|
||||||
net-protocol
|
net-protocol
|
||||||
net-ssh (7.2.1)
|
net-ssh (7.2.1)
|
||||||
nio4r (2.7.0)
|
nio4r (2.7.0)
|
||||||
nokogiri (1.15.5)
|
nokogiri (1.16.0-x86_64-linux)
|
||||||
mini_portile2 (~> 2.8.2)
|
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
pg (1.5.4)
|
pg (1.5.4)
|
||||||
psych (5.1.2)
|
psych (5.1.2)
|
||||||
stringio
|
stringio
|
||||||
puma (6.4.0)
|
puma (6.4.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.7.3)
|
racc (1.7.3)
|
||||||
rack (3.0.8)
|
rack (3.0.8)
|
||||||
|
|
@ -202,8 +200,8 @@ GEM
|
||||||
rake (13.1.0)
|
rake (13.1.0)
|
||||||
rdoc (6.6.2)
|
rdoc (6.6.2)
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
regexp_parser (2.8.3)
|
regexp_parser (2.9.0)
|
||||||
reline (0.4.1)
|
reline (0.4.2)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
rexml (3.2.6)
|
rexml (3.2.6)
|
||||||
rspec-core (3.12.2)
|
rspec-core (3.12.2)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Dashboard
|
module Dashboard
|
||||||
VERSION = "0.1.4"
|
VERSION = "0.1.6"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
"sass": "^1.69.7"
|
"sass": "^1.69.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:css:compile": "sass ./app/assets/stylesheets/dashboard/sqm.sass.scss ./app/assets/builds/sqm.css --no-source-map --load-path=node_modules ; sass ./app/assets/stylesheets/dashboard/welcome.sass.scss ./app/assets/builds/welcome.css --no-source-map --load-path=node_modules",
|
"build:css:compile": "sass ./app/assets/stylesheets/dashboard/sqm.sass.scss ./app/assets/builds/dashboard/sqm.css --no-source-map --load-path=node_modules ; sass ./app/assets/stylesheets/dashboard/welcome.sass.scss ./app/assets/builds/dashboard/welcome.css --no-source-map --load-path=node_modules",
|
||||||
"build:css:prefix": "postcss ./app/assets/builds/sqm.css --use=autoprefixer --output=./app/assets/builds/sqm.css",
|
"build:css:prefix": "postcss ./app/assets/builds/dashboard/sqm.css --use=autoprefixer --output=./app/assets/builds/dashboard/sqm.css",
|
||||||
"build:css": "yarn build:css:compile && yarn build:css:prefix",
|
"build:css": "yarn build:css:compile && yarn build:css:prefix",
|
||||||
"watch:css": "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \"yarn build:css\""
|
"watch:css": "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \"yarn build:css\""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,17 +0,0 @@
|
||||||
(() => {
|
|
||||||
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();
|
|
||||||
})();
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue