Skip to content

Instantly share code, notes, and snippets.

View JohannesFerner's full-sized avatar
🏄‍♂️
fiskaly.com

Johannes Ferner JohannesFerner

🏄‍♂️
fiskaly.com
View GitHub Profile
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 vue-starter@1.1.0 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
'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 = {};
// 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",
@JohannesFerner
JohannesFerner / gist:4770211
Last active December 12, 2015 12:09
DCA-Ausschnitt Problem Klick auf 'toggleKarriereAt' toggled auch das 'toggle' / visible field.
<?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
@JohannesFerner
JohannesFerner / gist:4482409
Last active December 10, 2015 19:38
/system/modules/core/modules/ModuleSearch.php
<?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