https://github.com/uppercod/devserver-build
https://github.com/uppercod/devserver-build
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uppercod/devserver-build
- Owner: UpperCod
- Created: 2020-12-19T17:34:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T03:33:10.000Z (over 5 years ago)
- Last Synced: 2024-12-23T22:26:59.137Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @devserver/build
Build used by [@devserver/cli](http://github.com/atomicojs/cli), allows to group the equal import to the `@devserver/cli` development server, like:
1. Export html files and assets.
2. Export files type js
3. Detect the external dependencies of the root and the subpackages, in case of using a monorepo type manager.
## Todo
- [ ] Import assets from CSS files.
- [ ] Minify CSS files.
- [ ] Compress JPG, PNG and SVG type assets.