An open API service indexing awesome lists of open source software.

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

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.