Add missing bootswatch themes (#1408)

This commit is contained in:
jekkos
2017-07-25 20:41:09 +02:00
parent 641e2f414c
commit eb610fccb5
5 changed files with 27 additions and 18 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ application/logs/*
application/uploads/*
public/license/.licenses
public/bower_components
!public/bower_components/bootswatch/*/bootstrap.min.css
*.patch
patches/
.idea/

View File

@@ -26,24 +26,10 @@ module.exports = function(grunt) {
targetdistbootswatch: {
options: {
srcPrefix: 'public/bower_components/bootswatch',
destPrefix: 'public/dist/bootswatch'
destPrefix: 'public/dist'
},
files: {
'cerulean/bootstrap.min.css': 'cerulean/bootstrap.min.css',
'cosmo/bootstrap.min.css': 'cosmo/bootstrap.min.css',
'cyborg/bootstrap.min.css': 'cyborg/bootstrap.min.css',
'darkly/bootstrap.min.css': 'darkly/bootstrap.min.css',
'flatly/bootstrap.min.css': 'flatly/bootstrap.min.css',
'journal/bootstrap.min.css': 'journal/bootstrap.min.css',
'paper/bootstrap.min.css': 'paper/bootstrap.min.css',
'readable/bootstrap.min.css': 'readable/bootstrap.min.css',
'sandstone/bootstrap.min.css': 'sandstone/bootstrap.min.css',
'slate/bootstrap.min.css': 'slate/bootstrap.min.css',
'spacelab/bootstrap.min.css': 'spacelab/bootstrap.min.css',
'superhero/bootstrap.min.css': 'superhero/bootstrap.min.css',
'united/bootstrap.min.css': 'united/bootstrap.min.css',
'yeti/bootstrap.min.css': 'yeti/bootstrap.min.css',
'fonts': 'fonts'
bootswatch: '*/'
}
},
targetlicense: {

View File

@@ -70,11 +70,11 @@
<![endif]-->
<!-- start mincss template tags -->
<link rel="stylesheet" type="text/css" href="dist/jquery-ui.css"/>
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=2b4d77cdea"/>
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=85d386ddcd"/>
<link rel="stylesheet" type="text/css" href="dist/style.css"/>
<!-- end mincss template tags -->
<!-- start minjs template tags -->
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=72d687ba47"></script>
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=ca7c947648"></script>
<!-- end minjs template tags -->
<?php endif; ?>

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long