We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grunt
1 parent f08c2e1 commit 99df4c4Copy full SHA for 99df4c4
Gruntfile.js
@@ -23,7 +23,7 @@ grunt.initConfig({
23
grunt.registerTask( "build-download", function() {
24
function writeFiles() {
25
var frontend = require( "download.jqueryui.com" ).frontend({
26
- host: "//download.jqueryui.com",
+ host: "http://localhost:8080",
27
env: "production"
28
}),
29
download = frontend.download,
@@ -73,7 +73,7 @@ grunt.registerTask( "build-download", function() {
73
return done( error );
74
}
75
76
- exec( "grunt prepare --stack", {
+ exec( "node_modules/.bin/grunt prepare --stack", {
77
cwd: "node_modules/download.jqueryui.com"
78
}, function( error, stdout, stderr ) {
79
if ( error ) {
0 commit comments