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

Document how to minimize css, js and images #156

Closed
mhagnumdw opened this issue May 28, 2019 · 3 comments · Fixed by #159
Closed

Document how to minimize css, js and images #156

mhagnumdw opened this issue May 28, 2019 · 3 comments · Fixed by #159

Comments

@mhagnumdw
Copy link
Contributor

Add step-by-step in README.md.

cd assets/
sudo npm install gulp-cli -g
npm install
# then run to minimize
gulp default

Also inform that all tasks can be seen in the gulpfile.js file.

ps: I thought about creating this issue because not everyone is familiar with it.

@sylhare
Copy link
Owner

sylhare commented May 28, 2019

Oh True, good idea 😅

Can I re-use that for the documentation?
I guess I could add some more steps, like you'd need to have also node installed.

@mhagnumdw
Copy link
Contributor Author

Let me handle then. I can do a PR.

@sylhare
Copy link
Owner

sylhare commented May 28, 2019

Oh nice thanks ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants