Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds livereload of html/css/assets #49

Merged
merged 1 commit into from
Jul 27, 2015

Conversation

bmathews
Copy link
Contributor

No description provided.


<% if (client === 'react') { %>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm pulling your branch now to see if this lints correctly on a React project. The reason the braces were weird looking was to prevent linting issues.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I just had to make sure there were no spaces before expression blocks

<% if (client === 'react') { %>
    derp
<% } %>

vs

    <% if (client === 'react') { %>
    derp
    <% } %>

Copy link
Contributor

Choose a reason for hiding this comment

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

Ahh, that makes sense. Everything looks good.

darthtrevino added a commit that referenced this pull request Jul 27, 2015
Adds livereload of html/css/assets
@darthtrevino darthtrevino merged commit 7489077 into atsid:master Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants