mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat(tour): add basic steps
This commit is contained in:
parent
64ba20a227
commit
74d1c40964
14 changed files with 882 additions and 206 deletions
10
angular.json
10
angular.json
|
|
@ -35,7 +35,10 @@
|
|||
"src/manifest.json",
|
||||
"src/static"
|
||||
],
|
||||
"styles": ["src/styles.scss"],
|
||||
"styles": [
|
||||
"src/styles.scss",
|
||||
"node_modules/shepherd.js/dist/css/shepherd.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"webWorkerTsConfig": "src/tsconfig.worker.json"
|
||||
},
|
||||
|
|
@ -210,7 +213,10 @@
|
|||
"tsConfig": "src/tsconfig.spec.json",
|
||||
"preserveSymlinks": true,
|
||||
"karmaConfig": "src/karma.conf.js",
|
||||
"styles": ["src/styles.scss"],
|
||||
"styles": [
|
||||
"src/styles.scss",
|
||||
"node_modules/shepherd.js/dist/css/shepherd.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"assets": ["src/favicon.ico", "src/assets", "src/manifest.json"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue