Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 14f5734

Browse files
committed
chore(Gruntfile): remember to minify ngMessages
1 parent 562c4e4 commit 14f5734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ module.exports = function(grunt) {
221221
animate: 'build/angular-animate.js',
222222
cookies: 'build/angular-cookies.js',
223223
loader: 'build/angular-loader.js',
224+
messages: 'build/angular-messages.js',
224225
touch: 'build/angular-touch.js',
225226
resource: 'build/angular-resource.js',
226227
route: 'build/angular-route.js',

0 commit comments

Comments
 (0)