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

Commit 811daef

Browse files
committed
Fixed less compiled path in grunt command
1 parent 609f037 commit 811daef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ module.exports = function (grunt) {
7575
},
7676
files: {
7777
"<%= builtDir %>/css/layout.css": "<%= appDir %>/less/layout.less",
78-
"<%= appDir %>/css/homepage.css": "<%= appDir %>/less/homepage.less",
79-
"<%= appDir %>/css/event.css": "<%= appDir %>/less/event.less"
78+
"<%= builtDir %>/css/homepage.css": "<%= appDir %>/less/homepage.less",
79+
"<%= builtDir %>/css/event.css": "<%= appDir %>/less/event.less"
8080
}
8181
}
8282
},

0 commit comments

Comments
 (0)