Skip to content

Commit

Permalink
Merge pull request #56 from conveyal/dev
Browse files Browse the repository at this point in the history
fix(push): Use the correct filename.
  • Loading branch information
trevorgerhardt authored Oct 13, 2016
2 parents 998d364 + 2d78020 commit 82e374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/push-to-s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const mime = require('mime')
const uuid = require('uuid')

const browserify = require('./browserify')
const transformCss = require('./cssTransform')
const transformCss = require('./css-transform')

module.exports = function ({
cloudfront,
Expand Down

0 comments on commit 82e374d

Please sign in to comment.