Skip to content

Commit

Permalink
Merge pull request #11 from JayBox325/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JayBox325 authored Sep 13, 2020
2 parents 1a3ad08 + 3177062 commit ac6b0e6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
/vendor

# CRAFT STORAGE
/storage/*
/public/cpresrouces/

# ASSETS
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.9
### Changed
- README setup command typo
- Keeping storage dir in git

## 1.0.8
### Added
- README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JayCraft
Craft boilerplate

`composer create-project JayBox325/JayPack` inside the `/build` directory.
Create a new `/build` directory and run `composer create-project JayBox325/JayCraft .` BEFORE you run the initial `npm run build` command - CraftCMS won't install the project if the `/build` directory has contents.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jaybox325/jaycraft",
"description": "Craft boilerplate to work with JayBox325/JayPack",
"version": "1.0.8",
"version": "1.0.9",
"type": "project",
"require": {
"adigital/cookie-consent-banner": "^1.1",
Expand Down
7 changes: 7 additions & 0 deletions storage/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
backups
composer-backups
config-deltas
config-backups
logs
rebrand
runtime

0 comments on commit ac6b0e6

Please sign in to comment.