Skip to content
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

Workflow automator #173

Open
noraj opened this issue Aug 25, 2019 · 0 comments
Open

Workflow automator #173

noraj opened this issue Aug 25, 2019 · 0 comments

Comments

@noraj
Copy link
Contributor

noraj commented Aug 25, 2019

You should use a workflow automator like gulp.

So you could install all css / js dependencies like jquery, boostrap, font-awesome via npm and then use gulp to copy the dependencies to the local project.

Here is an example on one of my project: https://github.com/noraj/rawsec-cybersecurity-inventory/blob/master/gulpfile.js

So managing dependencies is easy as:

npm i
gulp

So you can update local dependencies easily just by changing the version in package.json and get rid of online CDN ensuring offline view. (see related #172).

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

No branches or pull requests

1 participant