Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd37f67

Browse files
pierreneterskipjack
authored andcommittedAug 23, 2017
refactor(pwa): rename components and move code to /src (#1490)
Rename component directories, files and stylesheets. Move app specific code to a `/src` directory. Update all location dependent scripts. Resolve some linting issues -- it seems most of our content actually wasn't picked up by alex prior to these changes. This commit fixes/ignores the new warnings that cropped up.
1 parent 98e784b commit fd37f67

File tree

229 files changed

+162
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+162
-154
lines changed
 

‎.alexrc

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,28 @@
22
"allow": [
33
"bigger",
44
"color",
5-
"lies",
5+
"colors",
6+
"crash",
7+
"dead",
8+
"dive",
69
"execute",
710
"executed",
811
"execution",
9-
"host-hostess",
12+
"dirty",
1013
"disabled",
11-
"crash",
14+
"failed",
1215
"failure",
13-
"period",
16+
"fire",
1417
"hook",
15-
"dirty",
1618
"host-hostess",
17-
"fire",
18-
"remains",
19+
"hosts",
1920
"jade",
20-
"failed",
21-
"white",
22-
"colors"
21+
"laid",
22+
"lies",
23+
"period",
24+
"pros",
25+
"reject",
26+
"remains",
27+
"white"
2328
]
2429
}

‎.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ node_modules
22
npm-debug.log
33
build
44
generated
5-
components/support/support-backers.json
6-
components/support/support-sponsors.json
7-
components/starter-kits/starter-kits-data.json
5+
src/components/Support/support-backers.json
6+
src/components/Support/support-sponsors.json
7+
src/components/StarterKits/starter-kits-data.json
88
.antwar

0 commit comments

Comments
 (0)
Please sign in to comment.