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
<li class="list-item"> | |
<div class="wrapper"> | |
<div class="item-description"> | |
<div class="product-image"> | |
<div class="cutting"> | |
<div class="middle"> | |
<img src="images/produtos/square_150_ror_bag.jpeg"> | |
</div> | |
</div> | |
</div> |
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
brunch watch --server |
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
<div id="_trustvox_widget"></div> |
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
/* iPhone 5 landscape · width: 568px ----------- */ | |
@media only screen and (min-width : 568px) { | |
.header { | |
.line-red { | |
top: 42px; | |
} | |
} | |
} |
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
MacBook-de-Weslley:trustvox weslleymarquesdosanjos$ rake db:setup | |
rake aborted! | |
LoadError: dlopen(/Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/mysql2-0.3.16/lib/mysql2/mysql2.bundle, 9): Library not loaded: libmysqlclient.18.dylib | |
Referenced from: /Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/mysql2-0.3.16/lib/mysql2/mysql2.bundle | |
Reason: image not found - /Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/mysql2-0.3.16/lib/mysql2/mysql2.bundle | |
/Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/mysql2-0.3.16/lib/mysql2.rb:8:in `require' | |
/Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/mysql2-0.3.16/lib/mysql2.rb:8:in `<top (required)>' | |
/Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.9.1/lib/bundler/runtime.rb:76:in `require' | |
/Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.9.1/lib/bundler/runtime.rb:76:in `block (2 levels) in require' | |
/Users |
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
MacBook-de-Weslley:trustvox weslleymarquesdosanjos$ rake db:setup | |
Couldn't create database for {"adapter"=>"mysql2", "encoding"=>"utf8", "database"=>"trustvox_development", "username"=>"trustvox", "password"=>"trustvox", "pool"=>5, "timeout"=>5000}, {:charset=>"utf8", :collation=>"utf8_unicode_ci"} | |
(If you set the charset manually, make sure you have a matching collation) | |
Couldn't create database for {"adapter"=>"mysql2", "encoding"=>"utf8", "database"=>"trustvox_test", "username"=>"trustvox", "password"=>"trustvox", "pool"=>5, "timeout"=>5000}, {:charset=>"utf8", :collation=>"utf8_unicode_ci"} | |
(If you set the charset manually, make sure you have a matching collation) | |
I, [2015-03-30T14:46:13.845108 #69291] INFO -- : ** [Raven] Raven 0.10.1 ready to catch errors | |
rake aborted! | |
Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) | |
/Users/weslleymarquesdosanjos/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/mysql2-0.3.16/lib/mysql2/client.rb:70:in `connect' | |
/Users/weslleymarquesdosanjo |
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
15 Apr 15:56:37 - error: Compiling of 'app/views/home/scss/_base.scss' failed. Error: Undefined variable: "$base-font-family". | |
on line 21 of standard input | |
Use --trace for backtrace. | |
15 Apr 15:56:37 - warn: 'app/views/home/scss/_base_imports.scss' compiled, but not written. Check your stylesheets.joinTo config. | |
15 Apr 15:56:39 - info: compiled 120 files and 1 cached into 8 files, copied 23 in 41145ms | |
/usr/local/lib/node_modules/brunch/lib/watch.js:501 | |
return callback(generatedFiles); | |
^ | |
TypeError: object is not a function |
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
Código para criar a âncora: | |
<div class="trustvox-link"> | |
<a id="trustvox-a" href="#trustvox-reviews"> | |
<img src="/arquivos/icon-ancora-trustvox-verde.png" /> | |
<span>Pergunte e veja opiniões de quem já comprou</span> | |
</a> | |
</div> | |
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
Running "cloudfront" task | |
{ Location: 'https://cloudfront.amazonaws.com/2013-08-26/distribution/E3N89CET2RESBM/invalidation/IBZ67LHMCDPZF', | |
Id: 'IBZ67LHMCDPZF', | |
Status: 'InProgress', | |
CreateTime: Mon May 18 2015 12:00:07 GMT-0300 (BRT), | |
InvalidationBatch: | |
{ Paths: { Items: [Object], Quantity: 6 }, | |
CallerReference: '1431961205636' }, | |
RequestId: '92c94082-fd6e-11e4-9e29-51b041fadc60' } |
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
/Users/weslleymarquesdosanjos/Projects/trustvox.js | |
MacBook-de-Weslley:trustvox.js weslleymarquesdosanjos$ rm -rf public/ | |
MacBook-de-Weslley:trustvox.js weslleymarquesdosanjos$ brunch build --env staging --production | |
19 May 16:17:52 - info: node_modules/handlebars-brunch/node_modules/handlebars/dist/handlebars.runtime.min.js | |
19 May 16:17:52 - error: JS minification failed on public/javascripts/widget.js: Unexpected token: eof (undefined) (line: 126, col: 0, pos: 9326) | |
Error | |
at new JS_Parse_Error (/Users/weslleymarquesdosanjos/Projects/trustvox.js/node_modules/uglify-js-brunch/node_modules/uglify-js/lib/parse.js:196:18) | |
at js_error (/Users/weslleymarquesdosanjos/Projects/trustvox.js/node_modules/uglify-js-brunch/node_modules/uglify-js/lib/parse.js:204:11) | |
at croak (/Users/weslleymarquesdosanjos/Projects/trustvox.js/node_modules/uglify-js-brunch/node_modules/uglify-js/lib/parse.js:679:41) |
OlderNewer