Skip to content

Commit

Permalink
[SFINT-2847] Viewed by customer is no longer automagicly injected in …
Browse files Browse the repository at this point in the history
…a table layout (#59)

* chore(SFINT-2847): Fix npm run dev

* fix(SFINT-2847): Only add Viewed by customer on non table layout

* test(SFINT-2847): UTs
  • Loading branch information
jeremierobert-coveo authored Feb 20, 2020
1 parent 3463adb commit fd0ceb0
Show file tree
Hide file tree
Showing 6 changed files with 704 additions and 286 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The code is written in [typescript](http://www.typescriptlang.org/) and compiled

## Dev

`npm run dev` will start a [webpack dev server](https://webpack.github.io/docs/webpack-dev-server.html). After it finishes, load [http://localhost:8080/index.html](http://localhost:8080/index.html) in a browser, and the `index.html` page should load.
`npm run dev` will start a [webpack dev server](https://webpack.github.io/docs/webpack-dev-server.html). After it finishes, load [http://localhost:8080/index.html](http://localhost:8080/pages/index.html) in a browser, and the `index.html` page should load.

Then, anytime you hit save in a typescript file, the server will reload your application.

Expand Down
Loading

0 comments on commit fd0ceb0

Please sign in to comment.