Skip to content

Instantly share code, notes, and snippets.

@glesage
Created July 11, 2015 06:23
Show Gist options
  • Save glesage/85f09466822c29bd8cbf to your computer and use it in GitHub Desktop.
Save glesage/85f09466822c29bd8cbf to your computer and use it in GitHub Desktop.
Error
01:22:33] Using gulpfile ~/Desktop/Starchup/sites/dashboard-v2/gulpfile.js
[01:22:33] Starting 'scripts'...
[01:22:33] Starting 'styles'...
index.config.js
✖ line 2 [stdin]:2:11: error: reserved word 'function'
.config(function($logProvider) {})
^^^^^^^^
✖ 1 error
[01:22:34] [CoffeeScript] /Users/jeff/Desktop/Starchup/sites/dashboard-v2/src/app/index.config.js:2:11: error: reserved word 'function'
.config(function($logProvider) {})
^^^^^^^^
[01:22:35] Finished 'scripts' after 1.4 s
index.constants.js
✖ line 1 Line contains a trailing semicolon
✖ 1 error
index.module.js
✖ line 1 Line exceeds maximum allowed length Length is 199, max is 150
✖ line 1 Line contains a trailing semicolon
✖ 2 errors
index.route.js
✖ line 2 [stdin]:2:35: error: reserved word 'function'
angular.module("starchup").config(function($routeProvider) {
^^^^^^^^
✖ 1 error
index.run.js
✖ line 2 [stdin]:2:32: error: reserved word 'function'
angular.module("starchup").run(function($rootScope, mapboxService) {
^^^^^^^^
✖ 1 error
lb-services.js
✖ line 1 [stdin]:1:2: error: reserved word 'function'
(function(window, angular, undefined) {'use strict';
^^^^^^^^
✖ 1 error
config/base-url.js
✖ line 1 [stdin]:1:59: error: reserved word 'function'
angular.module('starchup').factory('baseUrl',['$cookies', function($cookies) {
^^^^^^^^
✖ 1 error
config/http.js
✖ line 1 [stdin]:1:52: error: reserved word 'function'
angular.module('starchup').config(['$httpProvider',function($httpProvider){
^^^^^^^^
✖ 1 error
config/loopback.js
✖ line 1 [stdin]:1:63: error: reserved word 'function'
angular.module('starchup').config(['LoopBackResourceProvider',function(LoopBackResourceProvider) {
^^^^^^^^
✖ 1 error
customers/factory.js
✖ line 3 [stdin]:3:19: error: reserved word 'function'
'$q', 'lodash', function($q, lodash) {
^^^^^^^^
✖ 1 error
customers/index.controller.js
✖ line 3 [stdin]:3:77: error: reserved word 'function'
'$scope', '$location', 'CustomersFactory', 'ShowCustomerModal', 'lodash', function($scope, $location, CustomersFactory, ShowCustomerModal, lodash) {
^^^^^^^^
✖ 1 error
customers/show.modal.controller.js
✖ line 3 [stdin]:3:46: error: reserved word 'function'
'$scope', '$timeout', 'ShowCustomerModal', function($scope, $timeout, ShowCustomerModal) {
^^^^^^^^
✖ 1 error
customers/show.modal.js
✖ line 2 [stdin]:2:57: error: reserved word 'function'
angular.module("starchup").factory('ShowCustomerModal', function(btfModal) {
^^^^^^^^
✖ 1 error
drivers/factory.js
✖ line 3 [stdin]:3:19: error: reserved word 'function'
'$q', 'lodash', function($q, lodash) {
^^^^^^^^
✖ 1 error
drivers/index.controller.js
✖ line 3 [stdin]:3:50: error: reserved word 'function'
'$scope', 'DriversFactory', 'ShowDriverModal', function($scope, DriversFactory, ShowDriverModal) {
^^^^^^^^
✖ 1 error
drivers/show.modal.controller.js
✖ line 3 [stdin]:3:44: error: reserved word 'function'
'$scope', '$timeout', 'ShowDriverModal', function($scope, $timeout, ShowDriverModal) {
^^^^^^^^
✖ 1 error
drivers/show.modal.edit.directive.js
✖ line 2 [stdin]:2:51: error: reserved word 'function'
angular.module('starchup').directive('modalEdit', function() {
^^^^^^^^
✖ 1 error
[01:22:35] gulp-ruby-sass: directory
[01:22:39] gulp-ruby-sass: write application.css
write application.css.map
[01:22:39] Finished 'styles' after 5.98 s
[01:22:39] Starting 'inject'...
[01:22:40] gulp-inject 1 files into index.html.
[01:22:40] gulp-inject 45 files into index.html.
[01:22:40] Finished 'inject' after 478 ms
[01:22:40] Starting 'watch'...
[01:22:40] Finished 'watch' after 289 ms
[01:22:40] Starting 'serve'...
[01:22:40] Finished 'serve' after 222 ms
[BS] [BrowserSync SPA] Running...
[BS] Access URLs:
---------------------------------------
Local: http://localhost:3000/
External: http://192.168.1.109:3000/
---------------------------------------
UI: http://localhost:3002
UI External: http://192.168.1.109:3002
---------------------------------------
[BS] Serving files from: .tmp/serve
[BS] Serving files from: src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment