Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #93 from viastudio/query-path
Browse files Browse the repository at this point in the history
correct jQuery minification path
  • Loading branch information
Joe Flynn committed Dec 4, 2015
2 parents f1befc5 + f34eda7 commit fa8c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (grunt) {
uglify: {
build: {
src: [
'/res/components/jquery/dist/jquery.js',
'res/components/jquery/dist/jquery.js',
'res/components/bootstrap/dist/js/bootstrap.js',
'res/components/fitvids/jquery.fitvids.js',
'res/js/global.js'
Expand Down

0 comments on commit fa8c611

Please sign in to comment.