Skip to content

Commit

Permalink
Updates vendor scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
msimmer committed Oct 1, 2019
1 parent b581402 commit fc5c78d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/copy-vendor-scripts.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
const fs = require('fs')
const path = require('path')

const scripts = new Map([
[
'./node_modules/jquery/dist/jquery.min.js',
'./public/javascripts/vendor/jquery.min.js'
path.resolve('node_modules/jquery/dist/jquery.min.js'),
path.resolve('./public/javascripts/vendor/jquery.min.js')
]
])

Expand Down

0 comments on commit fc5c78d

Please sign in to comment.