update paths and remove obsolete code
This commit is contained in:
Родитель
28cbb9fe0a
Коммит
8caa336799
|
@ -2,6 +2,4 @@ db/migration
|
|||
coverage
|
||||
loadtests
|
||||
public/dist
|
||||
public/js/polyfills
|
||||
public/scss/libs
|
||||
tests
|
|
@ -2,13 +2,6 @@
|
|||
"extends": [
|
||||
"stylelint-config-standard"
|
||||
],
|
||||
"plugins": [
|
||||
"stylelint-scss"
|
||||
],
|
||||
"ignoreFiles": [
|
||||
"public/scss/includes/fonts/**",
|
||||
"public/scss/libs/**"
|
||||
],
|
||||
"rules": {
|
||||
"no-descending-specificity": null,
|
||||
"selector-type-no-unknown": null
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"docker:run": "docker run -p 6060:6060 blurts-server",
|
||||
"lint": "npm run lint:js && npm run lint:css && npm run lint:audit",
|
||||
"lint:js": "eslint .",
|
||||
"lint:css": "stylelint --fix public/scss/ public/css/app.css",
|
||||
"lint:css": "stylelint --fix public/css/",
|
||||
"lint:audit": "npm-audit-ci-wrapper -t 'high'",
|
||||
"get-hashsets": "node scripts/get-hashsets",
|
||||
"test:db:migrate": "NODE_ENV=tests knex migrate:latest --knexfile db/knexfile.js --env tests",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="/dist/app.css">
|
||||
<link rel="stylesheet" href="/scss/partials/legacy/email_l10n_testing.css">
|
||||
<link rel="stylesheet" href="/css/partials/email_l10n_testing.css">
|
||||
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
|
||||
<meta name="partialport" content="width=device-width, initial-scale=1.0, partialport-fit=cover" />
|
||||
<title>Firefox Monitor: Email L10n</title>
|
||||
|
|
Загрузка…
Ссылка в новой задаче