Skip to content

Commit

Permalink
set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Nov 11, 2013
1 parent 8ec0390 commit 2387104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/collections/applications.js
@@ -1,7 +1,7 @@
var $ = require('jquery-browserify')
, _ = require('lodash')
, Backbone = require('backbone')
, applicationsModel = require('../../models/application.js')
, applicationsModel = require('../models/application.js')

var applicationsCollection = Backbone.Collection.extend({
model: applicationsModel,
Expand Down
1 change: 1 addition & 0 deletions serve
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

# Compile the client
(
Expand Down

0 comments on commit 2387104

Please sign in to comment.