Skip to content

jquintozamora/webpack-multiple-css-output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebPack multiple css output with extract-text-webpack-plugin



Getting Started

Install pre-requisites

Clone Repo

  1. Get the url of your forked project.
  2. Click on "Clone or download" and Copy to clipboard the url ending on .git.
  3. Open your command line and go to your directoy
    You don't need to create a specific folder for the project, it will be created by git
  4. Clone your forked repo on your machine:
$ git clone https://github.com/username/webpack-multiple-css-output

Note: That will create a new folder called webpack-multiple-css-output with all the files in.

Install Project dependencies

Note: you need to be sure your are inside the project folder because npm will look for package.json file.

$ cd webpack-multiple-css-output
$ npm i

Build

$ npm run build

Done!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published