Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用wro4j导入css.map文件_Css_Twitter Bootstrap 3_Wro4j - Fatal编程技术网

使用wro4j导入css.map文件

使用wro4j导入css.map文件,css,twitter-bootstrap-3,wro4j,Css,Twitter Bootstrap 3,Wro4j,我将wro4j与我的SpringMVC应用程序一起用于web资源优化 我的页面正在使用twitter引导3 实施wro4j后,一切正常。但引导页面上的某些ui已损坏。我觉得这是因为bootstrap.css没有得到bootstrap.css.map wro.xml <!-- CSS resources --> <group name="bundledCss"> <css>/views/js/bootstrap/css/bootstrap.css<

我将wro4j与我的SpringMVC应用程序一起用于web资源优化

我的页面正在使用twitter引导3

实施wro4j后,一切正常。但引导页面上的某些ui已损坏。我觉得这是因为bootstrap.css没有得到bootstrap.css.map

wro.xml

<!-- CSS resources -->
<group name="bundledCss">
    <css>/views/js/bootstrap/css/bootstrap.css</css>
    <css>/views/js/bootstrap/css/bootstrap-theme.css</css>
    <css>/views/css/main.css</css>
</group>

<!-- JS resources -->
<group name="bundledJs">                
    <js>/views/js/angular/angular.min.js</js>
    <js>/views/js/angular-resource/angular-resource.js</js>
    <js>/views/js/jquery-2.1.4.js</js>
    <js>/views/js/bootstrap/js/bootstrap.js</js>
    <js>/views/js/main.js</js>
</group>

如何在此配置中包含此bootstrap.css.map文件

如果你需要任何其他信息,一定要告诉我

附:应用程序功能正常。浏览器控制台的eclipse中没有错误

# If true, it is DEVELOPMENT mode, by default this value is true
debug=false
# Default is true
gzipEnabled=true
cacheGzippedContent=true
jmxEnabled=false
# MBean name to be used if JMX is enabled
mbeanName=wro
# Default is 0
cacheUpdatePeriod=100
# Default is 0
modelUpdatePeriod=0
# Default is false.
disableCache=false
# Default is UTF-8
encoding=UTF-8
managerFactoryClassName=ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
preProcessors=cssUrlRewriting,semicolonAppender,cssMin,jsMin,cssImport,semicolonAppender
uriLocators=servletContext,uri,classpath