Skip to content

Commit

Permalink
Add buildbot-data to md_base
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras authored and shanzi committed Jun 25, 2015
1 parent a31e73f commit 6b808e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions www/md_base/guanlecoja/config.coffee
Expand Up @@ -3,13 +3,13 @@
# This module contains all configuration for the build process
#
### ###############################################################################################
ANGULAR_TAG = "~1.3.15"
ANGULAR_MATERIAL_TAG = "~0.9.6"
ANGULAR_TAG = "~1.4.1"
ANGULAR_MATERIAL_TAG = "~0.10.0"

path = require 'path'
gulp = require 'gulp'
shell = require("gulp-shell")
svgSymbols = require 'gulp-svg-symbols'
path = require('path')
gulp = require('gulp')
shell = require('gulp-shell')
svgSymbols = require('gulp-svg-symbols')

config =

Expand Down Expand Up @@ -53,6 +53,9 @@ config =
"angular-moment":
version: '0.10.1'
files: 'angular-moment.js'
'buildbot-data':
version: '~1.0.7'
files: 'dist/buildbot-data.js'
lodash:
version: "~2.4.1"
files: 'dist/lodash.js'
Expand Down Expand Up @@ -82,7 +85,7 @@ config =

testdeps:
"angular-mocks":
version: "~1.3.15"
version: ANGULAR_TAG
files: "angular-mocks.js"

buildtasks: ['scripts', 'styles', 'index', 'icons', 'tests', 'generatedfixtures', 'fixtures']
Expand Down
2 changes: 1 addition & 1 deletion www/md_base/src/app/app.module.coffee
Expand Up @@ -2,6 +2,7 @@ angular.module 'app', [
'ngAria',
'ngAnimate',
'ngMaterial',
'bbData'
'ui.router',
'ng-sortable',
'angularMoment',
Expand All @@ -13,4 +14,3 @@ angular.module 'app', [

.config ($mdIconProvider) ->
$mdIconProvider.defaultIconSet('/icons/iconset.svg', 512)

0 comments on commit 6b808e0

Please sign in to comment.