Skip to content

Conversation

@jaredsilver
Copy link
Contributor

@jaredsilver jaredsilver commented Aug 1, 2018

Context: https://datacamp.slack.com/archives/C3Y59RP18/p1533120293000296

Our grunt tasks for local development and staging deploys are different from the tasks used in prod, which makes sense. In this case, a missing trailing semicolon caused prod to break because the prod build combines all of the JavaScript files in the concat task, meaning that a syntax error was introduced for prod that was not present locally or on staging.

@jaredsilver jaredsilver self-assigned this Aug 1, 2018
@jaredsilver jaredsilver requested review from ludov04 and vvnkr August 1, 2018 11:35
@jaredsilver jaredsilver merged commit cfe1e38 into master Aug 1, 2018
@jaredsilver jaredsilver deleted the add-semicolon branch August 1, 2018 12:09
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.

3 participants