diff --git a/makefile b/Makefile similarity index 99% rename from makefile rename to Makefile index cff1a2b8..b15b55e5 100644 --- a/makefile +++ b/Makefile @@ -55,7 +55,7 @@ test: cat ./src/plugins/pagination.js >> ./test/lib/lawnchair-pagination.js cat ./src/plugins/query.js >> ./test/lib/lawnchair-query.js - open ./test/index.html + #open ./test/index.html #open ./test/plugin/aggregation.html #open ./test/plugin/callbacks.html #open ./test/plugin/pagination.html diff --git a/src/Lawnchair.js b/src/lawnchair.js similarity index 100% rename from src/Lawnchair.js rename to src/lawnchair.js