Skip to content

Commit

Permalink
ci: add markdown badge
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Oct 14, 2018
1 parent 5a4d363 commit d97858b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## config-gen
## config-gen [![Build Status](https://travis-ci.org/WeareJH/config-gen.svg?branch=master)](https://travis-ci.org/WeareJH/config-gen)

> Generate RequireJS Optimizer configuration for Magento 2 website based on real-world usage.
Expand Down Expand Up @@ -96,4 +96,4 @@ For now though, an example should how to load `bundles/default` on every page, w
Where the contents of `default-loader.js` is obtained from the config-gen api `/__bs/loaders.js`.

The key point here though, is that during development you wont want that bundle file in place, so this file
should be conditionally added via xml config when in production.
should be conditionally added via xml config when in production.

0 comments on commit d97858b

Please sign in to comment.