🏄♂️
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Application Logs | |
2018-07-02T00:21:15.472406+00:00 app[web.1]: npm ERR! Exit status 1 | |
2018-07-02T00:21:15.473588+00:00 app[web.1]: npm ERR! | |
2018-07-02T00:21:15.474263+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script. | |
2018-07-02T00:21:15.474905+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
2018-07-02T00:21:15.564411+00:00 app[web.1]: | |
2018-07-02T00:21:15.564416+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: | |
2018-07-02T00:21:15.564418+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-07-02T00_21_15_482Z-debug.log | |
2018-07-02T00:21:15.660805+00:00 heroku[web.1]: Process exited with status 1 | |
2018-07-02T00:21:16.954304+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=conservative-goose-57344.herokuapp.com request_id=3fd04bb2-86a9-444c-a74d-f466daa566ff fwd="80.110.109.119" dyno= connect= service= status=503 bytes= protocol=https |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
angular.module('app.main') | |
.run(function ($rootScope, $timeout, $log) { | |
function countAngularWatchers() { | |
var i, data, scope, | |
count = 0, | |
all = document.all, | |
len = all.length, | |
test = {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (!defined('TL_ROOT')) die('You can not access this file directly!'); | |
/** | |
* DomainLink | |
* Copyright (C) 2011 Tristan Lins | |
* | |
* Extension for: | |
* Contao Open Source CMS | |
* Copyright (C) 2005-2010 Leo Feyer | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Less project settings, you can edit it and set custom settings. | |
{ | |
// The mappings of source directory and output directory | |
"mappings": [ | |
{ | |
"src": "styles/main.less", | |
"dest": "css/main.css" | |
}, | |
{ | |
"src": "js/main.js", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//... | |
'toggle' => array | |
( | |
'label' => &$GLOBALS['TL_LANG']['tl_job']['toggle'], | |
'icon' => 'visible.gif', | |
'attributes' => 'onclick="Backend.getScrollOffset();return AjaxRequest.toggleVisibility(this,%s)"', | |
'button_callback' => array('tl_job', 'toggleIcon') | |
), | |
'toggleKarriereAt' => array |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Contao Open Source CMS | |
* | |
* Copyright (C) 2005-2012 Leo Feyer | |
* | |
* @package Core | |
* @link http://contao.org | |
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL |