mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Added main layout.
Added twitter-bootstrap plugin. Minor changes.
This commit is contained in:
@@ -32,7 +32,7 @@ grails.project.dependency.resolution = {
|
||||
mavenCentral()
|
||||
// uncomment the below to enable remote dependency resolution
|
||||
// from public Maven repositories
|
||||
//mavenRepo "http://repository.codehaus.org"
|
||||
mavenRepo "http://repository.codehaus.org"
|
||||
//mavenRepo "http://download.java.net/maven/2/"
|
||||
//mavenRepo "http://repository.jboss.com/maven2/"
|
||||
}
|
||||
@@ -48,5 +48,11 @@ grails.project.dependency.resolution = {
|
||||
}
|
||||
|
||||
build(':tomcat:7.0.55')
|
||||
|
||||
runtime ':resources:1.2.14'
|
||||
//runtime ':cache-headers:1.1.5'
|
||||
// runtime ':cached-resources:1.0'
|
||||
runtime ':zipped-resources:1.0'
|
||||
runtime ':twitter-bootstrap:3.3.5'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,4 +22,6 @@ log4j = {
|
||||
}
|
||||
|
||||
grails.views.gsp.encoding = "UTF-8"
|
||||
grails.converters.encoding = "UTF-8"
|
||||
grails.converters.encoding = "UTF-8"
|
||||
|
||||
grails.plugins.twitterbootstrap.fixtaglib = true
|
||||
Reference in New Issue
Block a user