Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vvenv/sprity-webpack-plugin

Build sprite images and css sheets on the fly with sprity while running webpack.
https://github.com/vvenv/sprity-webpack-plugin

Last synced: about 5 hours ago
JSON representation

Build sprite images and css sheets on the fly with sprity while running webpack.

Awesome Lists containing this project

README

        

# Sprity-webpack-plugin

## Install:

```bash
npm install sprity-webpack-plugin
```

## Usage:

- A simple example in webpack.config.js:

```js
var SprityWebpackPlugin = require('sprity-webpack-plugin');

module.exports = {
plugins: [
new SprityWebpackPlugin({
...
});
]
}
```

If you want to learn more about Webpack, so [here is the link](http://webpack.github.io).

### Options ###

See [Sprity](https://github.com/sprity/sprity#options)