Questions tagged [precompiling]

20 questions
0
votes
0 answers

Source Tree can't find SASS files in order to commit

I am working in a project. I started to use SASS for it, but Source Tree cannot find these files, only the CSS files compiled from the .sass. Any suggestions or fixes?
Stefan Paius
  • 199
  • 1
  • 9
0
votes
0 answers

Named Pipe: First data transfer after starting the app is very slow

I have a client and a server application and want to send serialized small objects from the client to the server via a Named Pipe. It works very well, apart from the very first transfer: It takes up to two seconds every time after i started the…
flo
  • 559
  • 1
  • 8
  • 26
0
votes
1 answer

Capistrano fails when precompiling a Rails 3.2 app with Foundation 4.0

I am using Capistrano to deploy. My Rails 3.2.13 App uses Zurb Foundation 4.0. The relevant part of my Gemfile is group :assets do gem 'sass-rails', " ~> 3.2.3" gem 'coffee-rails', "~> 3.2.1" gem 'uglifier', '>=1.0.3' gem 'compass-rails' …
0
votes
1 answer

Precompiling JSP pages

Sorry for my English. I’m trying to precompile JSP files with ANT script. With this I generated servlets from JSP:
user2470330
  • 1
  • 1
  • 4
-3
votes
2 answers

Error: 'thread' in namespace 'std' does not name a type

I have an error on my compile I tried to fix it by downloading and installing gcc-tdm, because a forum mentioned this is a compiler issue, but I am still getting the same result. Does anyone know how to solve this?
Chris
  • 11
  • 1
  • 5
1
2