Skip to content

Commit

Permalink
Merge pull request #1343 from duboisp/master
Browse files Browse the repository at this point in the history
Build - fix dependencies for data-JSON

Fix the current broken build that are not copying the proper dependencies
  • Loading branch information
duboisp authored Apr 10, 2018
2 parents 2988cbb + eb0e603 commit e02c05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ module.exports = (grunt) ->
flatten: true
cwd: "node_modules"
src: [
"jsonpointer/src/jsonpointer.js"
"JSON-Patch/src/json-patch.js"
"jsonpointer.js/src/jsonpointer.js"
"fast-json-patch/src/json-patch.js"
]
dest: "<%= themeDist %>/theme-js-deps"
test:
Expand Down

0 comments on commit e02c05f

Please # to comment.