-
Notifications
You must be signed in to change notification settings - Fork 8
Gulp
chyvak1831 edited this page Feb 13, 2021
·
5 revisions
Styles and scripts processed by gulp.
- All development dependencies and plugins listed in file
package.json
. It's ok to edit this file when you need any new front plugin/lib or don't need existing. - File
gulpfile.js
contain gulp tasks. Usually this file should be unchanged unless you need any custom gulp features. - File
config.js
contain configs. This file MUST be changed - at least for to setup you own local development domain.
- json:
package.json
- dev dependencies - js:
-
gulpfile.js
- gulp functions -
config.js
- configs which used in file just above
-