creating src/ + dist/, adding gulp tasks

This commit is contained in:
Alex Vernacchia
2015-01-07 18:13:52 +00:00
parent abd84f7fcb
commit e8d1d91fb6
14 changed files with 126 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
.scheduler {
color: #000;
}
.scheduler .something-inside-schedler {
background: #efefef;
}
+1
View File
@@ -0,0 +1 @@
.scheduler{color:#000;}.scheduler .something-inside-schedler{background:#efefef}