chmod all files, rsync for deploy, cdn support, build page borked

This commit is contained in:
Colin McLeod
2015-05-25 17:36:48 -07:00
parent 7bab67deff
commit 0a7494ebcb
148 changed files with 150 additions and 153 deletions

0
app/js/directives/directive-area-chart.js Normal file → Executable file
View File

4
app/js/directives/directive-bar-chart.js Normal file → Executable file
View File

@@ -1,4 +1,4 @@
angular.module('app').directive('barChart', ['$rootScope', function ($rootScope) {
angular.module('app').directive('barChart', function () {
function bName (build) {
return build.buildName + '\n' + build.name;
@@ -118,4 +118,4 @@ angular.module('app').directive('barChart', ['$rootScope', function ($rootScope)
}
};
}]);
});

0
app/js/directives/directive-comparison-table.js Normal file → Executable file
View File

0
app/js/directives/directive-component-select.js Normal file → Executable file
View File

0
app/js/directives/directive-header.js Normal file → Executable file
View File

0
app/js/directives/directive-slot-hardpoint.js Normal file → Executable file
View File

0
app/js/directives/directive-slot-internal.js Normal file → Executable file
View File