Skip to content

Commit a1d7b6c

Browse files
committed
fix(assets): fixed relative path in of assets in dist
1 parent 80f729f commit a1d7b6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = function (grunt) {
4444
]
4545
},
4646
dist : {
47-
src : 'src/embed.css',
47+
src : '.tmp/embed.css',
4848
dest: 'dist/embed.min.css'
4949
}
5050
},

0 commit comments

Comments
 (0)