-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
- Loading branch information
1 parent
115d058
commit 3d99276
Showing
315 changed files
with
12,100 additions
and
7,894 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
> 0.5% in AU | ||
last 3 years | ||
iOS >= 7 | ||
ie >= 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
module.exports = { | ||
env: { | ||
node: true, | ||
browser: true | ||
}, | ||
extends: 'standard', | ||
rules: { | ||
semi: ['error', 'always'], | ||
'no-var': 2 | ||
} | ||
extends: ['@envsa', '@envsa/eslint-config/vue'] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Set files to binary so they don't register for annoying merge commits | ||
package-lock.json binary | ||
# Do not export those files in the Composer archive (lighter dependency) | ||
.gitattributes export-ignore | ||
composer.lock export-ignore | ||
LICENSE.md export-ignore | ||
README.md export-ignore | ||
|
||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lts/fermium |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,47 @@ | ||
# dewnrinternet/craft-starter Change Log | ||
|
||
# envsa/craft-starter Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
|
||
<!-- Notes should fit in the following categories | ||
-- Added | ||
-- Changed | ||
-- Deprecated | ||
-- Removed | ||
-- Fixed | ||
-- Security | ||
-- Added | ||
-- Changed | ||
-- Deprecated | ||
-- Removed | ||
-- Fixed | ||
-- Security | ||
--> | ||
|
||
## unreleased | ||
Complete rework of the project | ||
|
||
### Added | ||
|
||
- mix6 build tool | ||
- Andrew Welsh's boilerplate templating setup | ||
- Support for Vue3 | ||
- Include sitemodule for easy customization of Craft installation | ||
- Starter users migration | ||
- Simple starter db | ||
|
||
|
||
## 1.0.0 - 2019-11-27 | ||
|
||
### Added | ||
|
||
- Initial release | ||
|
||
Brought to you by [The DEW Internet Team](https://www.environment.sa.gov.au) | ||
|
||
|
||
Brought to you by [The DEW Internet Team](https://www.environment.sa.gov.au) |
Oops, something went wrong.