Skip to content

Commit

Permalink
Initial ‘next’ commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Oct 11, 2018
1 parent f701091 commit 15f9298
Show file tree
Hide file tree
Showing 1,128 changed files with 4,018,000 additions and 7,332 deletions.
22 changes: 22 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [
">0.25%",
"not ie 11",
"not op_mini all"
]
},
"useBuiltIns": true,
"modules": false
}
]
],
"plugins": [
"@babel/plugin-transform-runtime",
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules
aws-credentials.json
.DS_Store
dist
tmp
_*
.cache
3 changes: 3 additions & 0 deletions .htmlnanorc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"minifySvg": false
}
5 changes: 5 additions & 0 deletions .postcssrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": {
"autoprefixer": true
}
}
120 changes: 0 additions & 120 deletions Gruntfile.js

This file was deleted.

Binary file added art/stop.afdesign
Binary file not shown.
Loading

0 comments on commit 15f9298

Please sign in to comment.