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
> [email protected] install /root/tmp/tmp-273669ta2t68/build/package/node_modules/html-snapshots/node_modules/phantomjs | |
> node install.js | |
Unexpected platform or architecture: sunos x64 | |
npm http 200 https://registry.nodejitsu.com/pause/0.0.1 | |
npm http 200 https://registry.nodejitsu.com/uid2/0.0.2 | |
npm http 200 https://registry.nodejitsu.com/bytes/0.2.0 | |
npm http GET https://registry.nodejitsu.com/uid2/-/uid2-0.0.2.tgz | |
npm http 200 https://registry.nodejitsu.com/formidable/1.0.14 | |
npm http 200 https://registry.nodejitsu.com/qs/0.6.5 |
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
{ | |
"name": "WPSPA", | |
"version": "0.1.0-1", | |
"author": "Alex Grant <[email protected]>", | |
"description": "A Single Page Application using Wordpress", | |
"contributors": [ | |
{ | |
"name": "Alex Grant", | |
"email": "[email protected]" | |
} |
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
info: Welcome to Nodejitsu localnerve | |
info: jitsu v0.13.15, node v0.10.26 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /home/agrant/var/www/content/wpspa/dist/release/package.json | |
data: | |
data: { |
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
// | |
// Example showing how to use TFS with grunt. | |
// Plays well with grunt-contrib-compass and other tasks that spawn processes. | |
// This example only shows tf checkout, but you could reuse this pattern to add more tf commands. | |
// | |
// Gist by https://github.com/localnerve, http://www.localnerve.com | |
// | |
var path = require("path"); | |
module.exports = function(grunt) { |
NewerOlder