Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vvenv/sprity-webpack-plugin
- Owner: vvenv
- Created: 2016-02-21T15:26:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T05:37:42.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T00:09:56.478Z (19 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
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)