1. 18 11月, 2015 1 次提交
  2. 10 11月, 2015 1 次提交
  3. 09 11月, 2015 1 次提交
  4. 31 10月, 2015 1 次提交
  5. 29 10月, 2015 2 次提交
    • B
      Use webpack instead of jscompiler in dev builds · 11065dc7
      bryk 提交于
      Webpack is much faster and does not do extensive file processing. This
      means that when there is a syntax error, webpack often works correctly.
      
      One downside is that I had to disable ng-strict-di. Will work on this
      later to reenable it.
      11065dc7
    • B
      Rename Kubernetes Console to Kubernetes Dashboard · aaa9876a
      bryk 提交于
      This commit changes all occurences of word "console" to "dashboard".
      
      The rename was required due to collision with an other project.
      aaa9876a
  6. 23 10月, 2015 1 次提交
    • B
      Gulpfile which allows to run Gulp tasks · 87231b87
      bryk 提交于
      This is the main file that wires up all dependencies for Gulp. When it
      is in the repository along with the other 2 pull requests,
      `# gulp test` or `# gulp build` will work.
      87231b87
  7. 20 10月, 2015 2 次提交
    • B
      Fix syntax error in package.json · c18b7d14
      bryk 提交于
      c18b7d14
    • B
      Initial Bower and NPM package configuration files. · ff2b2361
      bryk 提交于
      This is initial setup with dependencies for AngularJS app written in ES6
      using standard modules, tested with karma and protractor, build with
      gulp, compiled with Closure Compiler and linted with ESLint.
      
      The dependencies will be used in following commits. I'll clean them up
      once entire initial application is inside the repository. This will
      allow me to move faster.
      ff2b2361