Skip to content

Commit 6836887

Browse files
authored
refactor(console) : use resolving callback for schedule class
1 parent 9339e6a commit 6836887

File tree

193 files changed

+14558
-1913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+14558
-1913
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ elixir(mix => {
1818
.less('totem.less', 'public/css/app.css')
1919
.webpack('app.js')
2020
.copy('resources/assets/img', 'public/img')
21-
.copy('node_modules/uikit/src/images', 'public/img')
21+
.copy('resources/assets/less/img', 'public/img')
2222
.copy('public', '../../../public/vendor/totem');
2323
// .copy('public', '../app/public/vendor/horizon');
2424
});

public/css/app.css

Lines changed: 12307 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/app.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/img/backgrounds/accordion-close.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/img/backgrounds/accordion-open.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/img/backgrounds/form-checkbox-indeterminate.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/img/backgrounds/form-checkbox.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/img/backgrounds/form-radio.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/img/backgrounds/list-bullet.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/img/backgrounds/nav-parent-close.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)