Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensmithett/webpack-css-example
Example repo showing a webpack CSS build
https://github.com/bensmithett/webpack-css-example
Last synced: 7 days ago
JSON representation
Example repo showing a webpack CSS build
- Host: GitHub
- URL: https://github.com/bensmithett/webpack-css-example
- Owner: bensmithett
- License: mit
- Created: 2015-03-10T11:47:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T02:47:29.000Z (over 5 years ago)
- Last Synced: 2024-04-26T21:48:01.263Z (7 months ago)
- Language: JavaScript
- Size: 1.85 MB
- Stars: 450
- Watchers: 9
- Forks: 51
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
[![npm dependencies status](https://david-dm.org/bensmithett/webpack-css-example.svg)](https://david-dm.org/bensmithett/webpack-css-example)
[![npm devDependencies status](https://david-dm.org/bensmithett/webpack-css-example/dev-status.svg)](https://david-dm.org/bensmithett/webpack-css-example#info=devDependencies)
[![Build Status](https://travis-ci.org/bensmithett/webpack-css-example.svg?branch=master)](https://travis-ci.org/bensmithett/webpack-css-example)
[![Greenkeeper badge](https://badges.greenkeeper.io/bensmithett/webpack-css-example.svg)](https://greenkeeper.io/)# Webpack CSS Example
Example repo showing how to automatically generate a CSS bundle from explicitly required Sass source with Webpack.
:sparkles: [**Read the blog post!**](http://bensmithett.com/smarter-css-builds-with-webpack/) :sparkles:
## Running
- `yarn install` (or `npm install`)
- `yarn run build` (or `npm run build`)
- Take a look at the generated CSS in `build/`## Contributing
Please adhere to the existing code style. JavaScript that doesn't comply with [standard](http://standardjs.com/) will cause the build to fail.
All issues, pull requests & code contributions must comply with the [Contributor Code of Conduct](./CODE_OF_CONDUCT.md)
## License
Webpack CSS Example is released under the [MIT License](http://ben.mit-license.org/).