Skip to content

Commit 036e6a9

Browse files
committed
add manifest to copy js files
1 parent b1f725d commit 036e6a9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Include everything inside this folder
2+
graft netpyne_ui/geppetto/src/main/webapp/build
3+
4+
# Include any of these resources at any level
5+
recursive-include netpyne_ui/geppetto *.png *.css *.woff *.woff2
6+
7+
# Include also root files (basically the extension)
8+
include netpyne_ui/*

0 commit comments

Comments
 (0)