digitalbazaar/bedrock-webpack

Name: bedrock-webpack

Owner: Digital Bazaar, Inc.

Description: Bedrock WebPack module.

Created: 2017-06-13 21:31:20.0

Updated: 2017-06-14 16:59:10.0

Pushed: 2017-11-15 00:33:44.0

Homepage: null

Size: 28

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bedrock-webpack

A bedrock module that provides capability to combine and minify web client resources using webpack.

bedrock-webpack autogenerates and runs a webpack configuration that will combine and minimize input resources into a single output resource.

bedrock-webpack is often coupled with bedrock-views and bedrock-angular to provide frontend UIs. It adds webpack specific commands to the bedrock-views optimize command.

Requirements
Quick Examples

In your main app, install the module and load it.

install --save bedrock-webpack
s
ire('bedrock-webpack');

Now the bedrock-views optimize command will run the webpack optimization.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.