Added yarn.lock and updated README for new yarn scripts

no issue
This commit is contained in:
Aileen Nowak 2018-04-09 16:19:05 +08:00
parent 57c31ddacb
commit 452776939c
3 changed files with 4164 additions and 3 deletions

View File

@ -35,8 +35,8 @@ One really neat trick is that you can also create custom one-off templates just
Casper styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally. After that, from the theme's root directory:
```bash
$ npm install
$ gulp
$ yarn install
$ yarn dev
```
Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.
@ -44,7 +44,7 @@ Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/
The `zip` Gulp task packages the theme files into `dist/<theme-name>.zip`, which you can then upload to your site.
```bash
$ gulp zip
$ yarn zip
```
# PostCSS Features Used

View File

@ -11,6 +11,10 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"scripts": {
"dev": "gulp",
"zip": "gulp zip"
},
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",

4157
yarn.lock Normal file

File diff suppressed because it is too large Load Diff