https://github.com/dhtmlx/gulp-package
Gulp script to build package from DHTMLX Suite sources
https://github.com/dhtmlx/gulp-package
Last synced: 11 months ago
JSON representation
Gulp script to build package from DHTMLX Suite sources
- Host: GitHub
- URL: https://github.com/dhtmlx/gulp-package
- Owner: DHTMLX
- Created: 2017-01-24T15:59:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T11:06:10.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T02:12:41.726Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-package
Gulp script to build package from DHTMLX Suite sources
### How to use
- copy files to suite/sources folder
- run
```
npm install
npm run build
```
Script rebuilds files in codebase folder from sources.
By default script includes all components.
To change this behavior update "components" structure in gulpfile.js or just delete the unnecessary source files.