fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wlxml: Remove "meta-" prefix for defined (aka "meta") attributes
[fnpeditor.git]
/
Gruntfile.js
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
5c85ee0
..
4f15a55
100644
(file)
--- a/
Gruntfile.js
+++ b/
Gruntfile.js
@@
-25,7
+25,8
@@
module.exports = function(grunt) {
options: {
paths: [''],
cleancss: true,
- relativeUrls: true
+ relativeUrls: true,
+ rootpath: 'src/editor/styles/'
},
files: less_files,
},