Regenerate JS and add header to suppress diff

This commit is contained in:
Kostas Lekkas 2017-01-18 17:58:20 +02:00
parent d473509675
commit 3b439282ae
27 changed files with 29 additions and 3 deletions

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io
@ -37,7 +38,7 @@ limitations under the License.
module.exports = {
signature: 'ssh [uuid]',
description: '(beta) get a shell into the running app container of a device',
help: 'WARNING: If you\'re running Windows, this command only supports `cmd.exe`.\n\nUse this command to get a shell into the running application container of\nyour device.\n\nExamples:\n\n $ resin ssh MyApp\n $ resin ssh 7cf02a6\n $ resin ssh 7cf02a6 --port 8080\n $ resin ssh 7cf02a6 -v',
help: 'Warning: \'resin ssh\' requires an openssh-compatible client to be correctly\ninstalled in your shell environment. For more information (including Windows\nsupport) please check the README here: https://github.com/resin-io/resin-cli\n\nUse this command to get a shell into the running application container of\nyour device.\n\nExamples:\n\n $ resin ssh MyApp\n $ resin ssh 7cf02a6\n $ resin ssh 7cf02a6 --port 8080\n $ resin ssh 7cf02a6 -v',
permission: 'user',
primary: true,
options: [

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io
@ -46,7 +47,7 @@ limitations under the License.
module.exports = {
signature: 'sync [uuid]',
description: '(beta) sync your changes to a device',
help: 'WARNING: If you\'re running Windows, this command only supports `cmd.exe`.\n\nUse this command to sync your local changes to a certain device on the fly.\n\nAfter every \'resin sync\' the updated settings will be saved in\n\'<source>/.resin-sync.yml\' and will be used in later invocations. You can\nalso change any option by editing \'.resin-sync.yml\' directly.\n\nHere is an example \'.resin-sync.yml\' :\n\n $ cat $PWD/.resin-sync.yml\n uuid: 7cf02a6\n destination: \'/usr/src/app\'\n before: \'echo Hello\'\n after: \'echo Done\'\n ignore:\n - .git\n - node_modules/\n\nCommand line options have precedence over the ones saved in \'.resin-sync.yml\'.\n\nIf \'.gitignore\' is found in the source directory then all explicitly listed files will be\nexcluded from the syncing process. You can choose to change this default behavior with the\n\'--skip-gitignore\' option.\n\nExamples:\n\n $ resin sync 7cf02a6 --source . --destination /usr/src/app\n $ resin sync 7cf02a6 -s /home/user/myResinProject -d /usr/src/app --before \'echo Hello\' --after \'echo Done\'\n $ resin sync --ignore lib/\n $ resin sync --verbose false\n $ resin sync',
help: 'Warning: \'resin sync\' requires an openssh-compatible client and \'rsync\' to\nbe correctly installed in your shell environment. For more information (including\nWindows support) please check the README here: https://github.com/resin-io/resin-cli\n\nUse this command to sync your local changes to a certain device on the fly.\n\nAfter every \'resin sync\' the updated settings will be saved in\n\'<source>/.resin-sync.yml\' and will be used in later invocations. You can\nalso change any option by editing \'.resin-sync.yml\' directly.\n\nHere is an example \'.resin-sync.yml\' :\n\n $ cat $PWD/.resin-sync.yml\n uuid: 7cf02a6\n destination: \'/usr/src/app\'\n before: \'echo Hello\'\n after: \'echo Done\'\n ignore:\n - .git\n - node_modules/\n\nCommand line options have precedence over the ones saved in \'.resin-sync.yml\'.\n\nIf \'.gitignore\' is found in the source directory then all explicitly listed files will be\nexcluded from the syncing process. You can choose to change this default behavior with the\n\'--skip-gitignore\' option.\n\nExamples:\n\n $ resin sync 7cf02a6 --source . --destination /usr/src/app\n $ resin sync 7cf02a6 -s /home/user/myResinProject -d /usr/src/app --before \'echo Hello\' --after \'echo Done\'\n $ resin sync --ignore lib/\n $ resin sync --verbose false\n $ resin sync',
permission: 'user',
primary: true,
options: [

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
(function() {
var Mixpanel, Promise, _, capitanoState, packageJSON, resin;

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
(function() {
exports.gettingStarted = 'Run the following command to get a device started with Resin.io\n\n $ resin quickstart';

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -1,3 +1,4 @@
// Generated by CoffeeScript 1.12.2
/*
Copyright 2016 Resin.io

View File

@ -16,7 +16,7 @@ OPTIONS =
gulp.task 'coffee', [ 'lint' ], ->
gulp.src(OPTIONS.files.app)
.pipe(coffee())
.pipe(coffee(header: true))
.pipe(gulp.dest(OPTIONS.directories.build))
gulp.task 'lint', ->