Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit338f1fc

Browse files
authored
Build: Lint the minified jQuery file as well - a Gruntfile fix
While we have absolutely no style-related expectations to our minified file,we do care that it's valid ES 5.1. This is now verified.Fixesgh-3075Refgh-4594Closesgh-4598
1 parent23d5392 commit338f1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = function( grunt ) {
8585
// We have to explicitly declare "src" property otherwise "newer"
8686
// task wouldn't work properly :/
8787
dist:{
88-
src:"dist/jquery.js"
88+
src:["dist/jquery.js","dist/jquery.min.js"]
8989
},
9090
dev:{
9191
src:["src/**/*.js","Gruntfile.js","test/**/*.js","build/**/*.js"]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp