-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ct-ms388-slide-decks",
"version": "1.0.0",
"description": "A place to store and serve my slide decks",
"private": true,
"scripts": {
"copy-themes": "cp ./cu-themes/css/theme/source/*.scss ./reveal.js/css/theme/source",
"copy-settings": "cp ./cu-themes/css/theme/template/*.scss ./reveal.js/css/theme/template",
"copy-highlight-themes": "cp ./cu-themes/plugin/highlight/*.css ./reveal.js/plugin/highlight",
"build-themes": "cd ./reveal.js && npm install && npm run build -- css-themes && cd ..",
"move-built": "cp -r ./reveal.js/dist ./reveal.js/plugin ./docs",
"reset-submodule": "cd ./reveal.js && git checkout -- .",
"build": "npm run copy-settings && npm run build-themes && npm run move-built && npm run reset-submodule",
"start": "npm run copy-settings && cd ./reveal.js && npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "https://github.com/CU-CommunityApps/ct-ms388-slide-decks"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CU-CommunityApps/ct-ms388-slide-decks/issues"
},
"homepage": "https://github.com/CU-CommunityApps/ct-ms388-slide-decks#readme"
}