From 8d76360caa8f839ae473074eb90399ad0e856359 Mon Sep 17 00:00:00 2001 From: Ghislain Proulx Date: Mon, 16 Jun 2014 17:00:03 -0400 Subject: [PATCH] Doc: Adding a message about auto-generated scripts files This will help new contributors (like me) figure out where to do client modifications --- source/_build.js | 4 +++- source/_buildInsight.js | 4 +++- source/auto.generated.msg.js | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 source/auto.generated.msg.js diff --git a/source/_build.js b/source/_build.js index 79c459d..4933d5c 100644 --- a/source/_build.js +++ b/source/_build.js @@ -1,4 +1,6 @@ -// jquery-1.8.0.min.js +/*(import:auto.generated.msg.js)*/ + +// jquery-1.8.0.min.js /*(import:jquery-1.8.0.min.js)*/ // uritemplate.min.js /*(import:uritemplate.min.js)*/ diff --git a/source/_buildInsight.js b/source/_buildInsight.js index 94eca0c..1fae4c6 100644 --- a/source/_buildInsight.js +++ b/source/_buildInsight.js @@ -1,2 +1,4 @@ -// glimpse.insight.js +/*(import:auto.generated.msg.js)*/ + +// glimpse.insight.js /*(import:glimpse.insight.js)*/ \ No newline at end of file diff --git a/source/auto.generated.msg.js b/source/auto.generated.msg.js new file mode 100644 index 0000000..fb4df8d --- /dev/null +++ b/source/auto.generated.msg.js @@ -0,0 +1,5 @@ +// Auto-generated file +// This code was generated by scripts from the Glimpse.Client repository. +// Changes to this file will be lost when the code is regenerated. If you want +// to improve this file, do the modification on the Glimpse.Client repo and +// send a pull-request from there. \ No newline at end of file