benjamine / jsondiffpatch

Diff & patch JavaScript objects
MIT License
4.85k stars 472 forks source link

Gulp injector not injecting needed files. #176

Closed mattspaulding closed 1 year ago

mattspaulding commented 7 years ago

The gulp injector is not recognizing some of the files that the application requires.

The bower.json only references this file

"public/build/jsondiffpatch.js"

but all of these are needed

"public/build/jsondiffpatch.js", "public/build/jsondiffpatch-formatters.js", "public/formatters-styles/annotated.css", "public/formatters-styles/html.css"

mattspaulding commented 7 years ago

175 solves this.

Methuselah96 commented 1 year ago

As noted here, this should no longer be necessary.