mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-16 09:45:53 -07:00
chore: add yarn command to put compiled stylesheets into builds folder
This commit is contained in:
parent
7ae453a61c
commit
6e46b46074
6788 changed files with 697992 additions and 12 deletions
63
yarn-error.log
Normal file
63
yarn-error.log
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
Arguments:
|
||||
/home/nelson/.asdf/installs/nodejs/18.16.0/bin/node /home/nelson/.yarn/bin/yarn.js install
|
||||
|
||||
PATH:
|
||||
/home/nelson/.asdf/plugins/nodejs/shims:/home/nelson/.asdf/installs/nodejs/18.16.0/bin:/home/nelson/.asdf/shims:/home/nelson/.asdf/bin:/home/nelson/builds/elixir/bin:/home/nelson/.yarn/bin:/home/nelson/.config/yarn/global/node_modules/.bin:/home/nelson/.local/bin:/home/nelson/.npm-global/bin:/home/nelson/.cargo/bin:/home/nelson/.local/bin:/home/nelson/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/nelson/.local/bin:/usr/local/go/bin:/home/nelson/go/bin/:/home/nelson/.npm-global/bin
|
||||
|
||||
Yarn version:
|
||||
1.22.19
|
||||
|
||||
Node version:
|
||||
18.16.0
|
||||
|
||||
Platform:
|
||||
linux x64
|
||||
|
||||
Trace:
|
||||
SyntaxError: /home/nelson/workspace/rails/sqm/dashboard/package.json: Unexpected token } in JSON at position 1304
|
||||
at JSON.parse (<anonymous>)
|
||||
at /home/nelson/.yarn/lib/cli.js:1629:59
|
||||
at Generator.next (<anonymous>)
|
||||
at step (/home/nelson/.yarn/lib/cli.js:310:30)
|
||||
at /home/nelson/.yarn/lib/cli.js:321:13
|
||||
|
||||
npm manifest:
|
||||
{
|
||||
"name": "dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "rails engine for adding sqm dashboard to a rails project",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:edcommonwealth/Dashboard.git",
|
||||
"author": "Nelson Jovel <memoryman51@hotmail.com>",
|
||||
"license": "GPLv3",
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"bootstrap": "^5.3.2",
|
||||
"bootstrap-icons": "^1.11.3",
|
||||
"nodemon": "^3.0.2",
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"sass": "^1.69.7"
|
||||
},
|
||||
"scripts": {
|
||||
"build:css:compile": "sass ./app/assets/stylesheets/dashboard/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules; 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:prefix": "postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css",
|
||||
"build:css": "yarn build:css:compile && yarn build:css:prefix",
|
||||
"watch:css": "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \"yarn build:css\""
|
||||
},
|
||||
}
|
||||
|
||||
yarn manifest:
|
||||
No manifest
|
||||
|
||||
Lockfile:
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
bootstrap@^5.3.2:
|
||||
version "5.3.2"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.2.tgz#97226583f27aae93b2b28ab23f4c114757ff16ae"
|
||||
integrity sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==
|
||||
Loading…
Add table
Add a link
Reference in a new issue