Skip to content

Commit 37c44f3

Browse files
committed
updating README with badges & new directions
1 parent f412a2e commit 37c44f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
![license](https://img.shields.io/github/license/pattern-lab/styleguidekit-assets-default.svg?maxAge=2592000)
2+
[![Packagist](https://img.shields.io/packagist/v/pattern-lab/styleguidekit-assets-default.svg?maxAge=2592000)](https://packagist.org/packages/pattern-lab/patternengine-mustache) [![Gitter](https://img.shields.io/gitter/room/pattern-lab/front-end.svg?maxAge=2592000)](https://gitter.im/pattern-lab/frontend-viewer)
3+
14
# Static Assets for the Default StyleguideKit
25

36
These static assets are meant to be used with the default [Mustache](https://github.com/pattern-lab/styleguidekit-mustache-default) and [Twig](https://github.com/pattern-lab/styleguidekit-twig-default) StyleguideKits. They control the look, feel, and functionality of the front-end of Pattern Lab PHP.
@@ -30,10 +33,10 @@ Once you've installed the requirements do the following to set-up for developmen
3033

3134
To make changes **always edit files in `src/`**. To make sure that these changes are reflected in the front-end and `dist/` folder run the following:
3235

33-
gulp
36+
gulp --copy-dist=../../../public
3437

3538
To watch for changes you can use:
3639

37-
gulp --watch
40+
gulp --watch --copy-dist=../../../public
3841

3942
At this point changes to the static assets should compile to the correct locations in the project as well as `dist/`.

0 commit comments

Comments
 (0)