This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch roster_on_vue in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 010b89a83125b476ddfa909be6151b6985b4dd0d Author: Sam Ruby <[email protected]> AuthorDate: Wed Sep 6 11:08:27 2017 -0400 disable warnings --- www/roster/views/app.js.rb | 1 + www/roster/views/vue-config.js.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/www/roster/views/app.js.rb b/www/roster/views/app.js.rb index c26d6f2..0ec24a8 100644 --- a/www/roster/views/app.js.rb +++ b/www/roster/views/app.js.rb @@ -1,3 +1,4 @@ +require_relative 'vue-config' require_relative 'polyfill' require_relative 'pmc/main' diff --git a/www/roster/views/vue-config.js.rb b/www/roster/views/vue-config.js.rb new file mode 100644 index 0000000..9022a15 --- /dev/null +++ b/www/roster/views/vue-config.js.rb @@ -0,0 +1 @@ +Vue.config.silent = true -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
