8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407eb57 commit 3eaecb7Copy full SHA for 3eaecb7
Makefile.am
@@ -237,7 +237,7 @@ nobase_pkgdata_DATA =
237
238
nobase_pkgdataACTIONS_DATA = $(shell find @srcdir@/js/actions -name "*.js" -print)
239
nobase_pkgdataCOMMON_DATA = $(shell find @srcdir@/js/common -name "*.js" -print)
240
-nobase_pkgdataSERVER_DATA = $(shell find @srcdir@/js/server -name "*.js" -print)
+nobase_pkgdataSERVER_DATA = $(shell find @srcdir@/js/server "(" -name "*.js" -o -name "*.tmpl" ")" -print)
241
nobase_pkgdataCLIENT_DATA = $(shell find @srcdir@/js/client -name "*.js" -print)
242
nobase_pkgdataNODE_DATA = $(shell find @srcdir@/js/node -type f "(" -name .travis.yml -o -name .npmignore -o -print ")" | grep -v "\(htmlparser2\|js-yaml\)/test/" )
243
0 commit comments