Skip to content

Commit eedd41e

Browse files
committed
Updated makefile to pull doc packages
1 parent 8d805f6 commit eedd41e

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test: ## runs all tests (equivalent to `npm test`)
88
npm test
99
compile: ## compile the project, update package versions if specified, installs dependencies, and builds the project
1010
npm i
11+
cd docs && npm i
1112
rm -rf dist
1213
$(GULP) loadDependencies
1314
npm run build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# selectize.js
22

3-
![Selectize.js](docs/selectize-wordmark.png)
3+
![Selectize.js](docs/static/img/selectize-wordmark.png)
44

55
→ Selectize is looking for [new members on the maintenance team](https://github.com/selectize/selectize.js/discussions/1678)!
66

2.7 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"scripts": {
7474
"test": "karma start",
7575
"build": "gulp",
76-
"clean": "rm -rf dist build node_modules && cd docs && npm run clear",
76+
"clean": "rm -rf dist coverage node_modules && cd docs && npm run clear",
7777
"docs": "gulp docs",
7878
"start": "cd docs && HTTPS=true SSL_CRT_FILE=.ssl/loopback_website.crt SSL_KEY_FILE=.ssl/loopback_website.key npm run start -- --host=loopback.website --port=4000",
7979
"start:windows": "cd docs && SET HTTPS=true && SET && SSL_CRT_FILE=.ssl/loopback_website.crt && SET SSL_KEY_FILE=.ssl/loopback_website.key && npm run start -- --host=loopback.website --port=4000",

0 commit comments

Comments
 (0)