This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from mobify/release-v6.0.0
Release v6.0.0
- Loading branch information
Showing
119 changed files
with
409 additions
and
14,980 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
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,12 @@ | ||
**Feature Request** or **Bug Report** | ||
|
||
<feature request here, if applicable> | ||
|
||
<bug report here, if applicable> | ||
### Summary | ||
|
||
### Expected behaviour | ||
|
||
### Actual behaviour | ||
|
||
### Steps to reproduce |
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,21 @@ | ||
Reviewers: GitHub @<name>s of all reviewers | ||
|
||
Linked PRs: <links to corresponding PRs, optional> | ||
|
||
## Changes | ||
- <changes here> | ||
|
||
## TODOs: | ||
- [ ] +1 | ||
- [ ] Updated README | ||
- [ ] Updated CHANGELOG | ||
- [ ] <Other applicable TODOs> | ||
- [ ] <Feedback from reviewers> | ||
|
||
## How To Test | ||
- <necessary config changes> | ||
- <necessary corresponding PRs> | ||
- <how to access the new / changed functionality -- fixtures, URLs> | ||
|
||
## Applicable Research Resources | ||
- <links, optional> |
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,4 +1,3 @@ | ||
node_modules/ | ||
bower_components/ | ||
.DS_Store | ||
/.sass-cache/ |
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,8 @@ | ||
# Ref https://docs.npmjs.com/misc/developers | ||
.github/ | ||
examples/ | ||
tasks/ | ||
templates/ | ||
tests/ | ||
circle.yml | ||
Gruntfile.js |
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
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 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,13 +1,14 @@ | ||
machine: | ||
node: | ||
version: 0.10.21 | ||
version: 4.3.1 | ||
|
||
test: | ||
pre: | ||
- gem install sass -v 3.4 | ||
- bower cache clean | ||
- bower install | ||
dependencies: | ||
override: | ||
- grunt lint | ||
- grunt test | ||
- npm install | ||
- npm install -g grunt-cli | ||
|
||
test: | ||
override: | ||
- grunt sasslint | ||
- grunt lint:prod | ||
- grunt test |
Oops, something went wrong.