mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 20:37:55 -05:00
Custom builds: Fix source folder location now that build.js is in the tasks folder
This commit is contained in:
@@ -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" ),
|
||||
|
||||
Reference in New Issue
Block a user