Skip to content

Commit d5c7f19

Browse files
committed
added some upgrade instructions.
push all found css to dist
1 parent 45690fd commit d5c7f19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function(grunt) {
4141
main: {
4242
files: [
4343
{ expand: true, cwd: './source/js/', src: '*', dest: './public/js/'},
44-
{ expand: true, cwd: './source/css/', src: 'style.css', dest: './public/css/' },
44+
{ expand: true, cwd: './source/css/', src: '*.css', dest: './public/css/' },
4545
{ expand: true, cwd: './source/images/', src: ['*.png', '*.jpg', '*.gif', '*.jpeg'], dest: './public/images/' },
4646
{ expand: true, cwd: './source/images/sample/', src: ['*.png', '*.jpg', '*.gif', '*.jpeg'], dest: './public/images/sample/'},
4747
{ expand: true, cwd: './source/fonts/', src: '*', dest: './public/fonts/'},

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ Running `grunt serve` will compile the patternlab front end and host it on <a hr
159159

160160
The Node version of Pattern Lab is maintained by [@bmuenzenmeyer](https://twitter.com/bmuenzenmeyer) and contributors. Pull requests welcome, but please take a moment to read the [guidelines](https://github.com/pattern-lab/patternlab-node/blob/master/CONTRIBUTING.md).
161161

162+
### Upgrading
163+
164+
You can find some simple upgrade documenation in it's current home here (unreleased but confirmed to work): [https://github.com/pattern-lab/website/blob/dev/patternlabsite/docs/node/upgrading.md](https://github.com/pattern-lab/website/blob/dev/patternlabsite/docs/node/upgrading.md)
165+
162166
### Forward, To the Specification!
163167

164168
Dave Olsen has published the [specification](https://github.com/pattern-lab/the-spec/blob/draft/SPEC.md) for Pattern Lab ports. Development will be oriented toward compliance with this as the spec and the port mature together.

0 commit comments

Comments
 (0)