1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
This commit is contained in:
exane 2015-06-27 14:24:04 +02:00
parent f8ab5ed638
commit c41aa52369
5 changed files with 4 additions and 18 deletions

View File

@ -5,6 +5,7 @@
<title>Gwent</title>
<meta name="description" content="">
<link rel="stylesheet" href="build/bootstrap.css">
<link rel="stylesheet" href="build/cards.css">
<link rel="stylesheet" href="build/main.css">
<script src="Config.js"></script>
</head>

View File

@ -1,7 +1,6 @@
//@import "style";
@import "backbone.modal";
@import "backbone.modal.theme";
@import "cards";
$height: 600px;
$game-height: 800px;

View File

@ -112,7 +112,7 @@ gulp.task("sprite", ["resize lg"], function(){
}*/
sprity.src({
src: "./assets/cards/**/*.png",
style: "_cards.scss",
style: "cards.css",
//"style-type": "scss",
processor: "css",
engine: "gm",
@ -124,7 +124,8 @@ gulp.task("sprite", ["resize lg"], function(){
margin: 0
//template: "./client/scss/_cards.hbs"
})
.pipe(gulpif("*.png", gulp.dest("./public/build/"), gulp.dest("./client/scss/")));
//.pipe(gulpif("*.png", gulp.dest("./public/build/"), gulp.dest("./client/scss/")));
.pipe(gulp.dest("./public/build/"));
})

View File

@ -1,14 +0,0 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Gwent</title>
<meta name="description" content="">
<link rel="stylesheet" href="build/bootstrap.css">
<link rel="stylesheet" href="build/main.css">
<script src="Config.js"></script>
</head>
<body>
<script src="build/app.js"></script>
</body>
</html>

View File

@ -1,4 +1,3 @@
var Promise = require("promise");
var Matchmaker = (function(){
var Matchmaker = function(){