From: Jörn Zaefferer Date: Tue, 12 Mar 2013 10:00:21 +0000 (+0100) Subject: Build: Don't call DB's grunt-prepare task, not needed anymore X-Git-Tag: 1.10.2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae3af7f0700ae035183a4f9d9a8c6752189abbe3;p=jquery-ui.git Build: Don't call DB's grunt-prepare task, not needed anymore --- diff --git a/build/release/release.js b/build/release/release.js index 6a387494b..2eab5283f 100644 --- a/build/release/release.js +++ b/build/release/release.js @@ -72,9 +72,6 @@ function cloneRepo() { if ( exec( "npm install download.jqueryui.com" ).code !== 0 ) { abort( "Error installing dependencies." ); } - if ( exec( "cd node_modules/download.jqueryui.com && grunt prepare" ).code !== 0 ) { - abort( "Error installing dependencies." ); - } } echo(); }