Skip to content

Commit

Permalink
Trim down gulpfile staged libs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jun 11, 2024
1 parent 7078288 commit be5e606
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ const PATHS = {
// This is a stepping stone towards having all this staged
// automatically. Eventually, this dictionary and staging step will
// not be necessary.
backbone: ["backbone.js", "backbone.js"],
jquery: ["dist/jquery.js", "jquery/jquery.js"],
"jquery-migrate": ["dist/jquery-migrate.js", "jquery/jquery.migrate.js"],
"jquery-mousewheel": ["jquery.mousewheel.js", "jquery/jquery.mousewheel.js"],
requirejs: ["require.js", "require.js"],
underscore: ["underscore.js", "underscore.js"],
},
};

Expand Down

0 comments on commit be5e606

Please sign in to comment.