mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Custom builds: Fix source folder location now that build.js is in the tasks folder
This commit is contained in:
parent
31f0912267
commit
338e48aea5
@ -8,7 +8,7 @@ module.exports = function( grunt ) {
|
||||
"use strict";
|
||||
|
||||
var fs = require( "fs" ),
|
||||
srcFolder = __dirname + "/../src/",
|
||||
srcFolder = __dirname + "/../../src/",
|
||||
rdefineEnd = /\}\);[^}\w]*$/,
|
||||
// This is temporary until the skipSemiColonInsertion option makes it to NPM
|
||||
requirejs = require( "../r" ),
|
||||
|
Loading…
Reference in New Issue
Block a user