diff --git a/.gitignore b/.gitignore index 8f12ba49..827910e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,3 @@ -**.js -!vendor/**/*.js -**.js.map -**.css.map -**.css -!vendor/**/*.css - generated/ node_modules/ auth/certs/ diff --git a/.travis.yml b/.travis.yml index 0a6bf289..a4653a9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,11 @@ jobs: - "ls -lah /tmp/build/" - "ls -lah /tmp/build/logs/" - "ls -lah /tmp/build/packages/" - - "wget https://github.com/buildkite/github-release/releases/download/v1.0/github-release-linux-amd64 -O /tmp/git-release; chmod +x /tmp/git-release;" - - "echo \"Release commit: $COMMIT\"; export GITHUB_RELEASE_COMMIT=\"$COMMIT\"" - - "export GITHUB_RELEASE_TAG=\"This is a auto build release from travis\"" - - "export GITHUB_RELEASE_REPOSITORY=\"$REPO_FULL_NAME\"" - - "export GITHUB_RELEASE_ACCESS_TOKEN=\"$GIT_AUTHTOKEN\"" - - "/tmp/git-release \"Travis autobuild $COMMIT\" /tmp/build/packages/* /tmp/build/logs/*" - if: branch = master && is_fork = false \ No newline at end of file + - "wget https://github.com/buildkite/github-release/releases/download/v1.0/github-release-linux-amd64 -O /tmp/git-release -q; chmod +x /tmp/git-release;" + - > + export GITHUB_RELEASE_TAG="This is a auto build release from travis"; + export GITHUB_RELEASE_REPOSITORY="$TRAVIS_REPO_SLUG"; + export GITHUB_RELEASE_ACCESS_TOKEN="$GIT_AUTHTOKEN"; + echo "Release commit: $TRAVIS_COMMIT"; export GITHUB_RELEASE_COMMIT="$TRAVIS_COMMIT"; + /tmp/git-release "Travis autobuild $TRAVIS_COMMIT" /tmp/build/packages/* /tmp/build/logs/*; + if: branch = master \ No newline at end of file diff --git a/shared/.gitignore b/shared/.gitignore index 0e6e3397..0c90c86e 100644 --- a/shared/.gitignore +++ b/shared/.gitignore @@ -2,8 +2,8 @@ declarations/*.d.ts #Ignore the generated mapped files -css/theme/**/*.css -css/theme/**/*.css.map +css/static/**/*.css +css/static/**/*.css.map js/**/*.js js/**/*.js.map diff --git a/shared/html/templates.html b/shared/html/templates.html index dbc34cdb..76903b09 100644 --- a/shared/html/templates.html +++ b/shared/html/templates.html @@ -2246,16 +2246,7 @@