Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
/ qb-webpack-intro Public archive

A presentation that introduces why and how webpack is introduced into the workflow of Questback R&D Nordic

Notifications You must be signed in to change notification settings

megoth/qb-webpack-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack as part of the workflow in Questback R&D Nordic

Presentation will be available at megoth.github.io/qb-webpack-intro.

Uses reveal.js as presentation tool, Jade as template engine, less-fixed to compile Less to CSS, and of course webpack to bundle JS-files.

To build the presentation, use the following commands:

jade app/index.jade -o . // for building the HTML file
less-fixed app/index.less index.css // for building the CSS
webpack // for building the JS

About

A presentation that introduces why and how webpack is introduced into the workflow of Questback R&D Nordic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published