Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #36 from blandine/fix-dist
Browse files Browse the repository at this point in the history
Fix dist and bump to beta version
  • Loading branch information
blandine committed Mar 7, 2016
2 parents f9d8957 + 6e0f7ba commit ecc1f14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
target: ['location/*.scss']
},
uglify: {
'dist/wfmdirectives.min.js': ['directives/**/*.js']
'dist/wfmdirectives.min.js': ['directives/**/*.js', '!directives/**/*.spec.js']
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ describe('date-range-picker directive', function() {

beforeEach(
function() {
module('styleguide.templates');
module('wfm.daterangepicker');
}
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teleopti-styleguide",
"version": "1.1.3",
"version": "1.1.4-beta.1",
"repository": {
"type": "git",
"url": "git://github.com/Teleopti/styleguide.git"
Expand Down

0 comments on commit ecc1f14

Please sign in to comment.