Added build directory for development
This commit is contained in:
parent
d90a355436
commit
00cef86cd7
|
|
@ -1,6 +1,2 @@
|
|||
.DS_Store
|
||||
build/index.html
|
||||
build/test.js
|
||||
build/formsy-react.js
|
||||
build/specs.js
|
||||
node_modules
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Formsy Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="build.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
var React = require('react');
|
||||
var Formsy = require('./../src/main.js');
|
||||
|
||||
// Write your test code here
|
||||
Loading…
Reference in New Issue