https://github.com/miguelcastillo/bundler-war-room
Sample application for testing application bundling with different bundlers.
https://github.com/miguelcastillo/bundler-war-room
Last synced: about 2 months ago
JSON representation
Sample application for testing application bundling with different bundlers.
- Host: GitHub
- URL: https://github.com/miguelcastillo/bundler-war-room
- Owner: MiguelCastillo
- License: mit
- Created: 2016-11-15T03:41:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T04:34:01.000Z (over 8 years ago)
- Last Synced: 2025-02-08T14:44:54.050Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bundler-war-room
Sample application for testing application bundling with different bundlers. In particular it illustrates features such as bundling CSS and code splitting with by bit-bundler and webpack.
# Usage
## bit-bundler example
The test application uses [grunt](http://gruntjs.com/) as the task runner for things like bundling the application and serving it up in a connect server.
```
$ git clone https://github.com/MiguelCastillo/bundler-war-room.git
$ cd bundler-war-room/bitbundler-demo
$ npm install
$ grunt serve
```# License
MIT