Remove build from this repo to move to lodash-cli.

Former-commit-id: 0f9e802dd744a97494a10537442a28aae40dc72a
This commit is contained in:
John-David Dalton
2013-08-27 23:28:45 -07:00
parent c6e2e33e87
commit 8f9c4cd217
17 changed files with 9 additions and 7895 deletions

View File

@@ -9,10 +9,6 @@ done
echo "Testing in node..."
node test.js ../dist/lodash.js && node test.js ../dist/lodash.min.js
echo ""
echo "Testing build..."
node test-build.js
echo ""
echo "Testing in a browser..."
open index.html

View File

@@ -1,3 +0,0 @@
<ul>
<% _.forEach(people, function(name) { %><li><%- name %></li><% }); %>
</ul>

View File

@@ -1 +0,0 @@
<% print("Hello " + epithet); %>.

View File

@@ -1 +0,0 @@
Hello ${ name }!

View File

@@ -1 +0,0 @@
Hallå {{ name }}!

File diff suppressed because it is too large Load Diff