fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: first take on text paste handling
[fnpeditor.git]
/
Gruntfile.js
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
e3059a9
..
4f15a55
100644
(file)
--- a/
Gruntfile.js
+++ b/
Gruntfile.js
@@
-24,7
+24,9
@@
module.exports = function(grunt) {
production: {
options: {
paths: [''],
production: {
options: {
paths: [''],
- yuicompress: true
+ cleancss: true,
+ relativeUrls: true,
+ rootpath: 'src/editor/styles/'
},
files: less_files,
},
},
files: less_files,
},
@@
-38,7
+40,7
@@
module.exports = function(grunt) {
copy: {
resources: {
files: [
copy: {
resources: {
files: [
- {src: ['libs/bootstrap/**'], dest: build_output_dir+'/'},
+ {src: ['libs/bootstrap/
img/
**'], dest: build_output_dir+'/'},
]
}
}
]
}
}