2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 10:58:59 +00:00

Remove autogenerated dist folder

This commit is contained in:
Faris Ansari 2018-05-08 11:48:40 +05:30
parent 0237aad6bf
commit 0f80d55cb1
5 changed files with 2 additions and 75181 deletions

1
.gitignore vendored
View File

@ -6,4 +6,5 @@ Thumbs.db
.cache
/temp
dist
www/dist
Frappe Accounting*

7519
www/dist/css/style.css vendored

File diff suppressed because it is too large Load Diff

67661
www/dist/js/bundle.js vendored

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
<link href="/dist/css/style.css" rel="stylesheet">
</head>
<body>
<script src="/dist/js/socket.io.js"></script>
<script src="/socket.io.js"></script>
<script src="/dist/js/bundle.js"></script>
</body>
</html>