mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 15:10:10 -05:00
Update readme
This commit is contained in:
parent
df9ba7fd66
commit
43eb385a14
@ -48,7 +48,7 @@ For development you can start a connect dev server:
|
||||
|
||||
grunt dev
|
||||
|
||||
Then visit [http://localhost:8580/dist/#/desktop?dev=true](http://localhost:8580/dist/#/desktop?dev=true) for front-end code or [http://localhost:8580/test/unit/](http://localhost:8580/test/unit/) to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you make a change:
|
||||
Then visit [http://localhost:8580/dist/#/account?dev=true](http://localhost:8580/dist/#/account?dev=true) for front-end code or [http://localhost:8580/test/unit/](http://localhost:8580/test/unit/) to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you make a change:
|
||||
|
||||
grunt watch
|
||||
|
||||
|
@ -67,11 +67,6 @@ var app = angular.module('mail', [
|
||||
|
||||
// set router paths
|
||||
app.config(function($routeProvider, $animateProvider) {
|
||||
|
||||
//
|
||||
// Login routes
|
||||
//
|
||||
|
||||
$routeProvider.when('/login', {
|
||||
templateUrl: 'tpl/login.html',
|
||||
controller: LoginCtrl
|
||||
|
Loading…
Reference in New Issue
Block a user