gulp now copies assets from assets folder, build folder is now ignored by git

This commit is contained in:
Senad Uka
2014-12-21 07:18:38 +01:00
parent 2a7ff5bc3b
commit 8106a0f375
27 changed files with 36 additions and 47077 deletions

12
app/assets/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Csv Editor by Senad Uka</title>
<link rel="stylesheet" href="main.css"/>
</head>
<body>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
<script src="vendors.js"></script>
<script src="main.js"></script>
</body>
</html>