Skip to content

Commit

Permalink
Merge pull request #44 from move4mobile/develop
Browse files Browse the repository at this point in the history
Lets bring it live
  • Loading branch information
DannyHooyer authored Feb 7, 2020
2 parents 3bb57ba + e908e73 commit 753e8e7
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 74 deletions.
5 changes: 4 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ module.exports = function(eleventyConfig) {
});

eleventyConfig.addPlugin(pluginSass, {
watch: ['**/*.{scss,sass}', '!node_modules/**']
watch: ['src/**/*.{scss,sass}'],

// Enable sourcemaps for ez debugging
sourcemaps: true
});

// You can return your Config object (optional).
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ cache:
- '$(npm config get prefix)/bin/firebase-tools'
- node_modules
notifications:
slack:
secure: tk9vgxAn/7BjDp7ncXgj8aqbW7OCkhkm5YCOb05cbmmBqQrt4SHEMEFAjJg3oFJgOAsDRfOwGD+rI6wFxOz9hGvPOJGCrfbvaVe+3iNJhDAolzRsKxgQec9hQNRpQ0Nr8kPgOPMi5ikOrbnwXjGbHEL1QR05E/XD1Pl2lhN40BnRWJAmdO/nSAnnqpXL+SwydkW/MgrxWbDpCZ/esqVdTvO6XsNAqbWE/Ottv3x+gGdsGdOM1A6UamxnEcE3HdoRHAsrq/pK/8z3sH1NSzXFWL59sm1vLPNh0cUVkLsYymIRU7JLUNNEudpD57q0+KvvhC/rDJx/eO1iAP4nPPVdbFGTMwuj1wvuojBngEYOAm7SuTC+5hyyEXQZHB84vmn/RK9rsokR7vw9cAObxuASwv6lnHYtbtVsYwCHKVe0pHcMBRXqohnU/LZDXOYQ57N72o3jwRyPgiiITP689p7aK+Sbo7AidzyoRnJmuQ+DCRcP/pZ47rRAB7d3e/hVtMEZ6ghQTkAVFXeA8Y172U+gKtLT9vWIB1zNxjft49XSjR9jr3ogn20CMlbzpmHpJkg4YYusqTaKXVfTTcuYiTrhjn/4SgU+vo+Kl4Fw2jTT3m5uQaKUEL8/pLk6ORLo4FJRcNwiSj4J9XjHWkOSkRPo7NewObkKFNguUfirfguGsXo=
email: false
webhooks: https://travis.webhooks.m4m.io
157 changes: 87 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"eleventy-plugin-sass": "^1.0.0",
"luxon": "^1.21.3",
"rimraf": "^3.0.0"
"luxon": "^1.22.0",
"rimraf": "^3.0.1"
}
}
8 changes: 7 additions & 1 deletion src/_data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,11 @@
"email": "[email protected]",
"github": "Bartlherminez",
"avatar": "https://avatars2.githubusercontent.com/u/15778830?s=80"
},
"danny": {
"name": "Danny Hooijer",
"email": "[email protected]",
"github": "DannyHooyer",
"avatar": "https://avatars0.githubusercontent.com/u/16132824?s=80"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 753e8e7

Please sign in to comment.