Fixed bug

This commit is contained in:
Luke Vella 2015-02-04 17:49:40 +01:00
parent 9425dcedf4
commit 107f66645c
9 changed files with 12 additions and 8 deletions

View file

@ -16,9 +16,9 @@ gulp.task('js', function () {
return error.message;
}))
.pipe(uglify())
.pipe(sourcemaps.write())
.pipe(sourcemaps.write('.'))
.pipe(notify("Javascript compiled!"))
.pipe(gulp.dest('./'))
.pipe(gulp.dest('public/build'))
});
gulp.task('sass', function(){

File diff suppressed because one or more lines are too long

1
public/build/app.js.map Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
angular.module('rallly', ['ui.router','ngResource','btford.modal','ngTagsInput','ngAnimate','ngFitText'])
angular.module('rallly', ['ui.router','ngResource','btford.modal','ngTagsInput','ngAnimate'])
.config(function($stateProvider, $urlRouterProvider, $locationProvider){
$locationProvider.html5Mode(true);
$urlRouterProvider.otherwise("/notfound")

View file

@ -41,7 +41,6 @@
@include outer-container;
.summary-pair {
@include span-columns(6);
@include omega(2n);
margin-bottom:10px;
&.extend {
width:100%;