Merge branch 'v4-dev' of https://github.com/ColorlibHQ/AdminLTE into v4-dev

pull/4147/head
Daniel 2021-12-18 18:25:41 +05:30
commit 98aa5c0ee3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ To compile the dist files you need Node.js/npm, clone/download the repo then:
1. `npm install` (install npm deps)
2. `npm install gulp-cli -g` (install gulp-cli globally)
3. _Optional:_ `gulp` (developer mode, autocompile with browsersync support for live demo)
4. `gulp build` (compile css/js files)
4. `gulp compile` (compile css/js files)
## Contributing