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

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.

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