Skip to content

Commit 81a0b0c

Browse files
committed
bug fix css folder
1 parent ecaa7e9 commit 81a0b0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/templates/Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = function (grunt) {
5757
dot: true,
5858
cwd: 'app',
5959
dest: 'build',
60-
src: ['*.{ico,png,txt}', '.htaccess']
60+
src: ['*.{ico,png,txt}', '.htaccess', 'lib/{,*/}*.js']
6161
}]
6262
}
6363
},
@@ -79,6 +79,7 @@ module.exports = function (grunt) {
7979
files: {
8080
src: [
8181
'build/js/{,*/}*.js',
82+
'build/lib/{,*/}*.js',
8283
'build/css/{,*/}*.css',
8384
'build/img/{,*/}*.{png,jpg,jpeg,gif,webp,svg}'
8485
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angularseed",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A generator for Angular seed",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)