mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Remove comment
This commit is contained in:
parent
67e56db39e
commit
03dd51494f
@ -8,10 +8,9 @@ module.exports = function( grunt ) {
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var fs = require( "fs" ),
|
var fs = require( "fs" ),
|
||||||
|
requirejs = require( "requirejs" ),
|
||||||
srcFolder = __dirname + "/../../src/",
|
srcFolder = __dirname + "/../../src/",
|
||||||
rdefineEnd = /\}\);[^}\w]*$/,
|
rdefineEnd = /\}\);[^}\w]*$/,
|
||||||
// This is temporary until the skipSemiColonInsertion option makes it to NPM
|
|
||||||
requirejs = require( "requirejs" ),
|
|
||||||
config = {
|
config = {
|
||||||
baseUrl: "src",
|
baseUrl: "src",
|
||||||
name: "jquery",
|
name: "jquery",
|
||||||
|
Loading…
Reference in New Issue
Block a user