Skip to content

Commit

Permalink
Run all tests for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Oct 8, 2015
1 parent 974de19 commit 81050b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "git://github.com/ohager/nanoflux.git"
},
"main": "./src/nanoflux.js",
"main": "src/nanoflux.js",
"moduleType": [
"amd",
"globals",
Expand All @@ -24,6 +24,7 @@
"node_modules",
"bower_components",
"perf",
"spec"
"spec",
"gulpfile.js"
]
}
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gulp.task('build:uglify', function() {
});

gulp.task('build:test', function() {
gulp.src('spec/nanoflux-spec.js')
gulp.src('spec/*-spec.js')
.pipe(preprocess({context: {DIST: true}}))
.pipe(jasmine({verbose:true}));
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanoflux",
"description": "nanoflux is a very lightweight (less than 3 KiB!) agnostic full Flux implementation.",
"version": "1.0.1",
"version": "1.0.3",
"author": "Oliver Hager",
"email": "oliver@devbutze.com",
"private": false,
Expand Down

0 comments on commit 81050b5

Please sign in to comment.