Added main layout.

Added twitter-bootstrap plugin.
Minor changes.
This commit is contained in:
Prominence
2016-06-23 18:31:07 +03:00
parent fe06a6d5d3
commit e36e2bdff5
10 changed files with 57 additions and 25 deletions
+7 -1
View File
@@ -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'
}
}
+3 -1
View File
@@ -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