Ray Farias

Results 4 issues of Ray Farias

and a year too late

🐛: https://docs.timber.io/app/console/alerts is 404 page not found reference: https://github.com/timberio/timber-ruby/blame/master/README.md#L52 ✅ candidate: https://docs.timber.io/app/alerts/creating/ documentation about creating alerts ✅ candidate: https://docs.timber.io/app/alerts/ alert documentation parent page ✅ : open to suggestions

Updates pull-request #68, (fixes #62) I thought the file reference in the source map file should point back to the file it's mapping. Doing so, my code triggered the test...

Based on the `README.md` How do I use this: ``` module.exports = { plugins: { sass: { options: { includePaths: ['node_modules/foundation/scss'] } } } } ``` and also use: ```...