Cleanup build files.

Former-commit-id: eac9437648d2bb7260dba5eacfc7076867975134
This commit is contained in:
John-David Dalton
2012-05-13 17:52:44 -04:00
parent 12fc6b3a67
commit 5b975adc8e
3 changed files with 2 additions and 7 deletions

View File

@@ -6,11 +6,8 @@
var fs = require('fs'),
path = require('path');
/** The build directory containing the build scripts */
var buildPath = path.join(__dirname, 'build');
/** The minify module */
var Minify = require(path.join(buildPath, 'minify'));
var Minify = require(path.join(__dirname, 'build', 'minify'));
/** The lodash.js source */
var source = fs.readFileSync(path.join(__dirname, 'lodash.js'), 'utf8');

View File

@@ -8,7 +8,7 @@
/** The minimal license/copyright template */
var licenseTemplate =
'/*!\n' +
' Lo-Dash @VERSION github.com/bestiejs/lodash/blob/master/LICENSE.txt\n' +
' Lo-Dash @VERSION lodash.com/license\n' +
' Underscore.js 1.3.3 github.com/documentcloud/underscore/blob/master/LICENSE\n' +
'*/';

View File

@@ -7,7 +7,6 @@
/** Used to minify string values used by `compileIterator` and its options */
var compiledValues = [
'arrays',
'objects'
];
@@ -66,7 +65,6 @@
'hasDontEnumBug',
'inLoop',
'init',
'iterate',
'iteratedObject',
'loopExp',
'object',