-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sử dụng GULP để auto refresh browser và minify (css, js, image) #12
Labels
Comments
👍 |
Thanks, rất hay |
Thanks pro |
Có cần cài nodejs trên server không khi publish website? |
Có 2 cách :
|
Mình thử nó báo vầy [11:05:33] Starting 'serve'...
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Giới thiệu về gulp
Hướng dẫn cài đặt và sử dụng gulp
Cài đặt Npm
Cài đặt Gulp
npm install gulp -g
và trong thư mục của dự án:
npm install gulp --save-dev
gulp tên-task
Hướng dẫn sử dụng module browser-sync để tạo auto refresh browser
npm install browser-sync --save-dev
như hình sau:gulp serve
Cài đặt các module thực hiện việc minify
gulp compress
File gulpfile.js hoàn chỉnh như sau
Sử dụng skeleton
https://github.com/tanUIT/generators-web-project
The text was updated successfully, but these errors were encountered: