Skip to content

Commit

Permalink
Added build directory for development
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Apr 24, 2015
1 parent d90a355 commit 00cef86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
.DS_Store
build/index.html
build/test.js
build/formsy-react.js
build/specs.js
node_modules
8 changes: 8 additions & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>Formsy Test</title>
</head>
<body>
<script src="build.js"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions build/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
var React = require('react');
var Formsy = require('./../src/main.js');

// Write your test code here

0 comments on commit 00cef86

Please sign in to comment.