Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Switching from less to sass #63

Merged
merged 1 commit into from
Aug 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions angular/index.components.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {TesterComponent} from './app/components/tester/tester.component';
import { TablesSimpleComponent } from './app/components/tables-simple/tables-simple.component'
import { UiModalComponent } from './app/components/ui-modal/ui-modal.component'
import { UiTimelineComponent } from './app/components/ui-timeline/ui-timeline.component'
Expand Down Expand Up @@ -28,6 +29,7 @@ import { LoginFormComponent } from './app/components/login-form/login-form.compo
import { RegisterFormComponent } from './app/components/register-form/register-form.component'

angular.module('app.components')
.component('tester', TesterComponent)
.component('tablesSimple', TablesSimpleComponent)
.component('uiModal', UiModalComponent)
.component('uiTimeline', UiTimelineComponent)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"laravel/framework": "5.2.*",
"tymon/jwt-auth": "0.5.*",
"barryvdh/laravel-cors": "0.7.x",
"laravelangular/generators": "2.3.x",
"laravelangular/generators": "2.7.x",
"dingo/api": "1.0.x@dev",
"laravel/socialite": "^2.0",
"bican/roles": "2.1.*"
Expand Down
Loading