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

https://github.com/serbanghita/webpack-sass-fonts-images

POC of bundling CSS, Fonts and Images
https://github.com/serbanghita/webpack-sass-fonts-images

Last synced: 6 days ago
JSON representation

POC of bundling CSS, Fonts and Images

Awesome Lists containing this project

README

          

# POC (Webpack with SASS with CSS containing remote fonts)

## Goals

* load and copy fonts from 3rd party package (bootstrap).
* use SASS to generate the CSS files.
* import HTML templates that contain images.
* bundle the JavaScript code and transpile it.

## Install & Run

* `npm install`
* `npm run build` (static build)
* `npm run dev` (run local HTTP dev server)