Skip to content

Commit

Permalink
Fix jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
arestov committed Oct 24, 2019
1 parent 64f3c4f commit 33d8dab
Show file tree
Hide file tree
Showing 5 changed files with 9,211 additions and 5 deletions.
2 changes: 1 addition & 1 deletion distr.js
Expand Up @@ -37,7 +37,7 @@ const build = ({
filename: parentPath,
config: {
paths: {
jquery: 'js/common-libs/jquery-2.1.4.min',
jquery: 'js/common-libs/jquery-2.1.4',
angbo: 'js/libs/provoda/StatementsAngularParser.min',
},
map: {
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -67,7 +67,7 @@ gulp.task('js', function() {

var optimizerOptions = {
paths: {
jquery: 'js/common-libs/jquery-2.1.4.min',
jquery: 'js/common-libs/jquery-2.1.4',
angbo: 'js/libs/provoda/StatementsAngularParser.min',
},
map: {
Expand Down

0 comments on commit 33d8dab

Please sign in to comment.