Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Add Middleman detector #172

Merged
merged 1 commit into from
May 7, 2019
Merged

Add Middleman detector #172

merged 1 commit into from
May 7, 2019

Conversation

tysongach
Copy link
Contributor

- Summary

Add a detector for Middleman.

- Test plan

n/a

- Description for the changelog

Add Middleman detector.

@swyxio swyxio merged commit 47ed3e6 into netlify:master May 7, 2019
@swyxio
Copy link
Contributor

swyxio commented May 7, 2019

thank you!

const { existsSync } = require("fs");

module.exports = function() {
if (!hasRequiredFiles(["config.rb"])) return false;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing import. Results in undefined

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants