Skip to content

Instantly share code, notes, and snippets.

View monkviper's full-sized avatar

Surinder monkviper

  • Anatta Design
  • India
View GitHub Profile
ut Executing build commands for commit ad347947278a5bffd1a844448ff347cdefc7e028.
output npm WARN package.json DiamondFoundry@2.0.0 No README data
output npm WARN package.json DiamondFoundry@2.0.0 No license field.
output /source/wp-content/frontend/node_modules/browser-sync/node_modules/portscanner/node_modules/is-number-like/lib/index.js:19
output const length = val.length
output ^^^^^
output SyntaxError: Use of const in strict mode.
output at exports.runInThisContext (vm.js:73:16)
output at Module._compile (module.js:443:25)
output at Object.Module._extensions..js (module.js:478:10)
output Installing dependencies
output npm ERR! install Couldn't read dependencies
output npm ERR! Linux 3.10.0-327.10.1.el7.x86_64
output npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
output npm ERR! node v0.12.10
output npm ERR! npm v2.14.9
output npm ERR! Invalid version: "1.0"
output npm ERR!
output npm ERR! If you need help, you may report this error at:
output npm ERR! <https://github.com/npm/npm/issues>
/*
* QueryLoader2 - A simple script to create a preloader for images
*
* For instructions read the original post:
* http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/
*
* Copyright (c) 2011 - Gaya Kessler
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
.origami {
position: relative;
z-index: 10;
cursor: pointer
function updateheight(){
_.parents('.slick-list').height(_.parents('.chapters_slide.slick-active').height());
}
$(".featured-slider-nav").each(function(index) {
$(this).click(function() {
_ = $(this);
==> default: Notice: /Stage[main]/Main/Exec[dotfiles]/returns: executed successfully
==> default: Notice: /Stage[main]/Puphpet::Php::Wordpress::Wpcli/Vcsrepo[/usr/share/wp-cli]/revision: revision changed '8c54240ec1c9fee352f7c74d8ef151275b1f3d39' to 'v0.19.0'
==> default: Notice: /Stage[main]/Puphpet::Php::Wordpress::Wpcli/Composer::Exec[wp-cli]/Exec[composer_install_wp-cli]/returns: executed successfully
==> default: Warning: Augeas[www/group: www-data](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output
==> default: Error: /Stage[main]/Main/Puphpet::Php::Fpm::Pool_ini[www/group: www-data]/Augeas[www/group: www-data]: Could not evaluate: Save failed with return code false, see debug
==> default: Warning: Augeas[www/security.limit_extensions: .php](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output
==> default: Error: /Stage[main]/Main/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_exte
@monkviper
monkviper / wp.sh
Created March 21, 2014 18:02 — forked from chrisjlee/wp.sh
#!/bin/bash
echo “Database Name: ”
read -e dbname
echo “Database User: ”
read -e dbuser
echo “Database Password: ”
read -s dbpass
echo “run install? (y/n)”
read -e run
if [ "$run" == n ] ; then