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

Commitb2bbaa3

Browse files
committed
Release: remove the need to install grunt globally
1 parent967af73 commitb2bbaa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎build/release.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ module.exports = function( Release ) {
4747
*@param {Function} callback
4848
*/
4949
generateArtifacts:function(callback){
50-
Release.exec("grunt","Grunt command failed");
50+
Release.exec("npxgrunt","Grunt command failed");
5151
Release.exec(
52-
"grunt custom:slim --filename=jquery.slim.js && "+
53-
"grunt remove_map_comment --filename=jquery.slim.js",
52+
"npxgrunt custom:slim --filename=jquery.slim.js && "+
53+
"npxgrunt remove_map_comment --filename=jquery.slim.js",
5454
"Grunt custom failed"
5555
);
5656
cdn.makeReleaseCopies(Release);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp