Arpad Csanyi f34edcd7d1 Add publicPath to webpack config to fix dev-server's livereload.
The issue was that the webpack-dev-server seemed to serve the old files
instead of the newly bundled ones.
The explanation of the solution can be found here:
https://github.com/webpack/webpack-dev-server/issues/24#issuecomment-44366325
2016-08-01 21:37:03 +02:00
2016-07-16 17:45:39 +02:00
2016-06-21 18:44:51 +02:00
2016-07-30 14:46:14 +02:00
2016-05-10 16:19:35 +02:00
2016-07-11 17:14:56 +02:00
2016-05-11 20:50:00 +02:00
2016-07-23 16:19:28 +02:00
2016-03-29 01:48:37 +02:00
2016-07-11 17:14:56 +02:00
2016-07-30 14:48:36 +02:00
2016-05-07 23:26:54 +02:00
2016-05-30 23:12:16 +02:00
2016-06-26 15:12:50 +02:00
2016-07-30 14:48:36 +02:00

Agent logo & text

Agent is the configuration application of the Ultimate Hacking Keyboard.

Agent is in a preliminary state. You can click around, and most interactions will loosely work, but the application is not production ready yet. Agent is being ported to Angular 2 after which its features will actually fully work as expected.

Give it a whirl!

Set up instructions

git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run build

In the repository you can find a gulpfile.js for running browsersync, which speeds up the development process. You can fire it up with gulp serve.

Contribute

Contributions are most welcome! Please always try to be as consistent as possible. Always run npm run lint and resolve lint warnings before every commit.

Description
No description provided
Readme 37 MiB
Languages
TypeScript 74.7%
HTML 9.7%
JavaScript 6.6%
SCSS 4.4%
CSS 4.3%
Other 0.2%