set permissions in generate*
authorDan Vanderkam <danvk@google.com>
Fri, 20 Apr 2012 21:29:04 +0000 (17:29 -0400)
committerDan Vanderkam <danvk@google.com>
Fri, 20 Apr 2012 21:29:04 +0000 (17:29 -0400)
generate-combined.sh
generate-jsdoc.sh

index d38d220..038aff8 100755 (executable)
@@ -30,3 +30,4 @@ java -jar yuicompressor-2.4.2.jar /tmp/dygraph.js \
 cat \
 /tmp/dygraph-packed.js \
 > dygraph-combined.js
+chmod a+r dygraph-combined.js
index 1468cac..6512fb0 100755 (executable)
@@ -14,4 +14,6 @@ if [ -s /tmp/dygraphs-jsdocerrors.txt ]; then
   echo Please fix any jsdoc errors/warnings before sending patches.
 fi
 
+chmod -R a+rX jsdoc
+
 echo Done