-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds rollup #10
adds rollup #10
Conversation
✅ Deploy Preview for vastly ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
package.json
Outdated
"watch:html": "npx @11ty/eleventy --config=_build/.eleventy.cjs --watch", | ||
"watch": "npm run watch:html", | ||
"build:docs": "npx typedoc --out docs src/" | ||
"build:docs": "npx typedoc --out docs src/", | ||
"build:js": "rollup -c" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, why delete npx
? That was needed regardless! Please read up a bit on what it does and you'll see why.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I got confused from the slack conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I re-added npx so I think it's good to go
Adds command to
package.json
which runs rollup, to buildiife
andcjs
build files. These files are not minified. The command isnpm run build:js
. The output files are stored insrc/