Skip to content

Conversation

@sgratzl
Copy link
Member

@sgratzl sgratzl commented Nov 16, 2020

adds node and npm into the build loop for dynamically installing all static JS/CSS dependencies.

TL;DR;

ensure Node is installed and run npm install before running the hugo server (or new npm start)

@netlify
Copy link

netlify bot commented Nov 16, 2020

Deploy preview for cmu-delphi-main ready!

Built with commit 981b2ee

https://deploy-preview-37--cmu-delphi-main.netlify.app

@sgratzl
Copy link
Member Author

sgratzl commented Nov 16, 2020

@tildechris this PR would also simplify a setup since it is just based on node and will automatically download hugo.

So a build reduces to:

npm install
npm run build

@sgratzl sgratzl self-assigned this Nov 16, 2020
@sgratzl sgratzl requested a review from tildechris November 16, 2020 18:24
@sgratzl sgratzl mentioned this pull request Nov 16, 2020
Copy link
Contributor

@tildechris tildechris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks Sam.

@sgratzl sgratzl merged commit 459ca32 into dev Nov 16, 2020
@sgratzl sgratzl deleted the sgratzl/npm branch November 16, 2020 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants