diff --git a/web/.gitignore b/web/.gitignore index df5ac8cf1a..6c560ca635 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,7 +1,7 @@ -app/**/*.js -app/**/*.js.map *.css *.css.map +bundle.js +bundle.js.map node_modules npm-debug.log typings diff --git a/web/app/AppComponent.ts b/web/app/AppComponent.ts index a85f9bba48..a19ee880a3 100644 --- a/web/app/AppComponent.ts +++ b/web/app/AppComponent.ts @@ -14,7 +14,7 @@ import {routeChange} from "./actions"; template: `
{{currentPackage}} does not exist.
+Here's how you would make it: …
+