Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 742b260

Browse files
committedOct 15, 2015
Stop version controlling the build directory. The dist directory remains under control because I believe it may be necessary for bower users. The prerelease script should build these files and publish them to NPM.
1 parent a8c7b0c commit 742b260

9 files changed

+4
-473
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.map
2+
build
23
coverage
34
node_modules
45
bower_components

‎build/computers/array_infinite_computer.js

-56
This file was deleted.

‎build/computers/constant_infinite_computer.js

-32
This file was deleted.

‎build/computers/infinite_computer.js

-43
This file was deleted.

‎build/react-infinite.js

-296
This file was deleted.

‎build/utils/binary_index_search.js

-43
This file was deleted.

‎examples/borderless-window.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div id="infinite-window-example" class="infinite-example"></div>
2727
<script src="../node_modules/react/dist/react.js"></script>
2828
<script src="../dist/react-infinite.js"></script>
29-
<!-- Run gulp build -E to create this file. -->
29+
<!-- Running gulp develop will create this file -->
3030
<script src="./borderless-window.js"></script>
3131
</body>
3232
</html>

‎examples/example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div id="infinite-example-three" class="infinite-example"></div>
3434
<script src="../node_modules/react/dist/react.js"></script>
3535
<script src="../dist/react-infinite.js"></script>
36-
<!-- Run gulp build -E to create this file. -->
36+
<!-- Running gulp develop will create this file -->
3737
<script src="./index.js"></script>
3838
</body>
3939
</html>

‎examples/window.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div id="infinite-window-example" class="infinite-example"></div>
2727
<script src="../node_modules/react/dist/react.js"></script>
2828
<script src="../dist/react-infinite.js"></script>
29-
<!-- Run gulp build -E to create this file. -->
29+
<!-- Running gulp develop will create this file -->
3030
<script src="./window.js"></script>
3131
</body>
3232
</html>

0 commit comments

Comments
 (0)
This repository has been archived.