mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
sigh
This commit is contained in:
parent
f8ab5ed638
commit
c41aa52369
@ -5,6 +5,7 @@
|
|||||||
<title>Gwent</title>
|
<title>Gwent</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<link rel="stylesheet" href="build/bootstrap.css">
|
<link rel="stylesheet" href="build/bootstrap.css">
|
||||||
|
<link rel="stylesheet" href="build/cards.css">
|
||||||
<link rel="stylesheet" href="build/main.css">
|
<link rel="stylesheet" href="build/main.css">
|
||||||
<script src="Config.js"></script>
|
<script src="Config.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
//@import "style";
|
//@import "style";
|
||||||
@import "backbone.modal";
|
@import "backbone.modal";
|
||||||
@import "backbone.modal.theme";
|
@import "backbone.modal.theme";
|
||||||
@import "cards";
|
|
||||||
|
|
||||||
$height: 600px;
|
$height: 600px;
|
||||||
$game-height: 800px;
|
$game-height: 800px;
|
||||||
|
@ -112,7 +112,7 @@ gulp.task("sprite", ["resize lg"], function(){
|
|||||||
}*/
|
}*/
|
||||||
sprity.src({
|
sprity.src({
|
||||||
src: "./assets/cards/**/*.png",
|
src: "./assets/cards/**/*.png",
|
||||||
style: "_cards.scss",
|
style: "cards.css",
|
||||||
//"style-type": "scss",
|
//"style-type": "scss",
|
||||||
processor: "css",
|
processor: "css",
|
||||||
engine: "gm",
|
engine: "gm",
|
||||||
@ -124,7 +124,8 @@ gulp.task("sprite", ["resize lg"], function(){
|
|||||||
margin: 0
|
margin: 0
|
||||||
//template: "./client/scss/_cards.hbs"
|
//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/"));
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
@ -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>
|
|
@ -1,4 +1,3 @@
|
|||||||
var Promise = require("promise");
|
|
||||||
|
|
||||||
var Matchmaker = (function(){
|
var Matchmaker = (function(){
|
||||||
var Matchmaker = function(){
|
var Matchmaker = function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user