Files
weave-scope/client
David Kaltschmidt 7d1ee40a2b Fixed lint errors in all js files
- Also added linter configuration, and make linter fail on error
- fixing ES6 errors and added ES6 transformer
- gulp target to try local build
- linted gulpfile
- cant hook into gulp lint yet, because gulp does currently not support
  ES6 which some rules demand, since gulp cant transpile itself, we have a
  chicken and egg problem.
- ES6 transpiler for test runner
- removed old linter config
- adapted editorconfig to reflect linter config
2015-05-28 15:07:13 +00:00
..
2015-05-28 15:07:13 +00:00
2015-05-28 15:07:13 +00:00
2015-05-20 10:45:35 +00:00
2015-05-28 15:07:13 +00:00
2015-05-19 10:02:02 +00:00
2015-05-19 10:02:02 +00:00
2015-05-28 15:07:13 +00:00
2015-05-28 15:07:13 +00:00

Scope UI

Getting Started

  • Install: npm install
  • Run gulp for building to the dist directory or gulp serve to serve the UI via a webserver
  • Develop using gulp watch for automatic code reload