mirror of
https://github.com/wassname/scheduler.git
synced 2026-09-10 12:34:40 +08:00
creating src/ + dist/, adding gulp tasks
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
.scheduler {
|
||||
color: #000;
|
||||
}
|
||||
.scheduler .something-inside-schedler {
|
||||
background: #efefef;
|
||||
}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
.scheduler{color:#000;}.scheduler .something-inside-schedler{background:#efefef}
|
||||
@@ -0,0 +1,5 @@
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
// we'll get there don't worry
|
||||
})();
|
||||
@@ -0,0 +1,8 @@
|
||||
.scheduler {
|
||||
// following is just testing
|
||||
color: #000;
|
||||
|
||||
.something-inside-schedler {
|
||||
background: #efefef;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user