This file contains hidden or 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
Kriss-MacBook-Pro:jqueryui.com krisborchers$ grunt deploy | |
Running "clean:folder" (clean) task | |
Folder "dist/" contents removed. | |
Running "lint:grunt" (lint) task | |
Lint free. | |
Running "build-pages:all" (build-pages) task | |
Built 2 pages. |
This file contains hidden or 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
total 56 | |
drwxr-xr-x 14 krisborchers staff 476 Aug 28 22:34 . | |
drwxr-xr-x 10 krisborchers staff 340 Aug 30 07:20 .. | |
-rw-r--r-- 1 krisborchers staff 62 Aug 28 22:34 .npmignore | |
-rw-r--r-- 1 krisborchers staff 395 Aug 28 22:34 README.md | |
drwxr-xr-x 3 krisborchers staff 102 Aug 28 22:34 app | |
-rw-r--r-- 1 krisborchers staff 587 Aug 28 22:34 frontend.js | |
-rw-r--r-- 1 krisborchers staff 5654 Aug 28 22:34 grunt.js | |
drwxr-xr-x 5 krisborchers staff 170 Aug 28 22:34 lib | |
drwxr-xr-x 3 krisborchers staff 102 Aug 28 22:34 log |
This file contains hidden or 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
aerogear-js krisborchers$ rake doc --trace | |
rake aborted! | |
/Users/krisborchers/.rvm/gems/ruby-1.9.3-p194@global/gems/pdoc-0.2.0/lib/pdoc/generators/html/helpers.rb:115: invalid multibyte char (US-ASCII) | |
/Users/krisborchers/.rvm/gems/ruby-1.9.3-p194@global/gems/pdoc-0.2.0/lib/pdoc/generators/html/helpers.rb:115: invalid multibyte char (US-ASCII) | |
/Users/krisborchers/.rvm/gems/ruby-1.9.3-p194@global/gems/pdoc-0.2.0/lib/pdoc/generators/html/helpers.rb:115: syntax error, unexpected $end, expecting keyword_end | |
"[#{auto_link(match[1], options)}…]" | |
^ | |
/Users/krisborchers/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
/Users/krisborchers/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
/Users/krisborchers/.rvm/gems/ruby-1.9.3-p194@global/gems/pdoc-0.2.0/lib/pdoc/generators/html.rb:3:in `<top (required)>' |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>org.jboss.as.quickstarts</groupId> | |
<artifactId>jboss-as-kitchensink-html5-mobile</artifactId> | |
<version>1.0.0.M4</version> | |
<packaging>war</packaging> | |
<name>JBoss AS Quickstarts: AeroGear HTML5/Mobile</name> |
This file contains hidden or 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
<xsl:choose> | |
<xsl:when test="count(signature) > 0"> | |
do your loop | |
</xsl:when> | |
<xsl:otherwise> | |
do with current | |
</xsl:otherwise> | |
</xsl:choose> |
This file contains hidden or 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
var todo = aerogear.pipeline( [ "tasks", "projects", "tags" ] ); |
This file contains hidden or 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
var todo = aerogear.pipeline([ | |
{ | |
name: "tasks", | |
settings: { | |
url: "/todo-server/tasks" | |
} | |
}, | |
{ | |
name: "projects", | |
settings: { |
This file contains hidden or 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
Fails: | |
{"title":"test","date":"2012-12-12","description":"test","tags":[2]} | |
Works: | |
{"title":"test","date":"2012-12-12","description":"test","tags":[]} | |
No project but has tags, fails. No project and no tags works. |
This file contains hidden or 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
Request Headers | |
POST /todo-server/rest/task HTTP/1.1 | |
Host: localhost:8080 | |
Connection: keep-alive | |
Content-Length: 124 | |
Origin: http://localhost:8080 | |
X-Requested-With: XMLHttpRequest | |
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.57 Safari/537.1 | |
Content-Type: application/json | |
Accept: */* |
This file contains hidden or 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
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb | |
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h | |
Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/ffi-1.1.4 for inspection. | |
Results logged to /Library/Ruby/Gems/1.8/gems/ffi-1.1.4/ext/ffi_c/gem_make.out | |
An error occured while installing ffi (1.1.4), and Bundler cannot continue. | |
Make sure that `gem install ffi -v '1.1.4'` succeeds before bundling. |