Skip to content

Commit

Permalink
Merge pull request #132 from Narzerus/development
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
masterspambot committed Jan 29, 2016
2 parents c8057ce + 0d5ee42 commit b576347
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 246 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-permission",
"version": "2.0.0",
"version": "2.0.1",
"authors": ["Rafael Vidaurre <[email protected]>"],
"contributors": ["Blazej Krysiak <[email protected]>"],
"description": "Route permission and access control as simple as it can get",
Expand Down
11 changes: 10 additions & 1 deletion config/grunt/concat.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ module.exports = function () {
},
dist: {
files: {
'dist/<%= pkg.name %>.js': ['<%= paths.src %>/**/*.js']
'dist/<%= pkg.name %>.js': [
'<%= paths.src %>/core/permissionModule.js',
'<%= paths.src %>/models/PermissionMap.js',
'<%= paths.src %>/models/Permission.js',
'<%= paths.src %>/models/Role.js',
'<%= paths.src %>/stores/PermissionStore.js',
'<%= paths.src %>/stores/RoleStore.js',
'<%= paths.src %>/core/permissionDirective.js',
'<%= paths.src %>/authorization/Authorization.js'
]
}
}
};
Expand Down
Loading

0 comments on commit b576347

Please sign in to comment.