Archived
1
0

add vendor

This commit is contained in:
Jeff Becker
2016-10-18 07:05:34 -04:00
parent 2e2968e188
commit cd803852e7
3 changed files with 8 additions and 1 deletions
-1
View File
@@ -30,7 +30,6 @@ certs
rebuild.sh
vendor
.gx
# generated js
+5
View File
@@ -0,0 +1,5 @@
/*
* placeholder for vendor javascript files
* DO NOT REMOVE THIS FILE but feel free to edit it
*/
+3
View File
@@ -0,0 +1,3 @@
vendor javascript files
add your js here and it will be included in /static/nntpchan.js after running the build-js.sh script