mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-09 22:45:50 -04:00
Add missing bootswatch themes (#1408)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@ application/logs/*
|
||||
application/uploads/*
|
||||
public/license/.licenses
|
||||
public/bower_components
|
||||
!public/bower_components/bootswatch/*/bootstrap.min.css
|
||||
*.patch
|
||||
patches/
|
||||
.idea/
|
||||
|
||||
18
Gruntfile.js
18
Gruntfile.js
@@ -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: {
|
||||
|
||||
@@ -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; ?>
|
||||
|
||||
|
||||
11
public/dist/bootswatch/lumen/bootstrap.min.css
vendored
Normal file
11
public/dist/bootswatch/lumen/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
11
public/dist/bootswatch/simplex/bootstrap.min.css
vendored
Normal file
11
public/dist/bootswatch/simplex/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user