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>
|
||||
<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>
|
||||
|
@ -1,7 +1,6 @@
|
||||
//@import "style";
|
||||
@import "backbone.modal";
|
||||
@import "backbone.modal.theme";
|
||||
@import "cards";
|
||||
|
||||
$height: 600px;
|
||||
$game-height: 800px;
|
||||
|
@ -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/"));
|
||||
|
||||
|
||||
})
|
||||
|
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user