mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Added yarn.lock and updated README for new yarn scripts
no issue
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user