Questions tagged [prepros]

Prepros is a GUI compiler for preprocessing languages such as LESS, Sass, Compass, Stylus, Jade, Slim, Markdown, Haml and CoffeeScript. Prepros can also live refresh your browser whenever you change your code on your editor.

Prepros is a GUI compiler for preprocessing languages such as LESS, Sass, Compass, Stylus, Jade, Slim, Markdown, Haml and CoffeeScript. Prepros has a built-in server so you can also live refresh your browser whenever you change your code on your editor.

Runs on Windows, Mac OS X, and Linux.

See https://prepros.io/

65 questions
0
votes
1 answer

Prepros: Error minifying JS

I have a file script/qArray/questions.js and here's the thing: it won't minify. This is all the code I have in it: var QuizCard = function (question, options, answer, explanation) { } And voila comes out the error. top_retain.indexOf() is not a…
0
votes
1 answer

Prepros 6: can't parse Private Key error

I'm having trouble configuring SFTP with Prepros 6. I’m using the exact same SFTP configuration as I did with Prepros 5, which always worked. SFTP, same Remote Path, same Host, same Port (22), same username, same Private Key. I copy the contents of…
Tony Stecca
  • 119
  • 7
0
votes
1 answer

Why do Grunt/Gulp plugins take up so much space?

I have been using Prepros over the last few months to compile, minifiy, build etc. my projects. But I have found that it is, at times, quite clunky or isn't as customizable as I would like. So I am trying to find a more complex, stable and…
sparcut
  • 795
  • 1
  • 10
  • 27
0
votes
2 answers

Prepros 5 with foundation 6

I am using prepros 5(latest version) and foundation 6 on windows platform. When I am compiling app.scss with libsass compiler enabled then I am getting the following error file to import not found or unreadable: util/util app.scss contains @import…
Raj
  • 1,377
  • 6
  • 23
  • 48
0
votes
0 answers

Sass compilation error: Invalid propery name

As the title says, it's saying I have an invalid property name on line 88. Which would be the li with margin 0. I included surrounding code too cause I didnt know if it would help or not. The section below is also nest inside another. Let me know if…
Streea85
  • 11
  • 2
0
votes
1 answer

Prepros/XAMPP adding unwanted space under last div/footer

In spite of setting all margins and padding to 0, I'm suddenly finding that processing my html & css using Prepros(also tried with XAMPP), is adding extra (unwanted) space under my last item ie. footer. While running the same html & css directly…
Agni Scribe
  • 252
  • 3
  • 18
0
votes
2 answers

LESS: How to @import files from the parent folder

I have a question regarding @import .LESS files. For compilation into CSS I use Prepros (http://prepros.io/). My current project's structure is: - all_projects/ ---- assets/ ------ partials/ -------- partial1.less -------- partial2.less ------…
Nekto
  • 327
  • 1
  • 4
  • 16
0
votes
0 answers

Compass Foundation with Prepros error

I can't seem to find an answer as to why I get this error when I compile my sass file with Prepros. I'm using Compass 1.0.3 (Polaris). Sass: 3.4.15 (selective Steve). Foundation: 5.5.2 Any thoughts? Syntax error: File to import not found or…
Vibrains
  • 1
  • 3
0
votes
1 answer

Is there a way to make Prepros NOT minify the CSS output?

I want to process my SASS files, but don't want to minify the CSS. I didn't find any config option to do that. Is there a way?
Nathalia Xavier
  • 1,029
  • 10
  • 13
0
votes
1 answer

Make prepros watch Jade HTML include files

How can I make prepros watch HTML include files in Jade templates? Gets a bit tiresome having to save the Jade file too after updating the included HTML. Codekit has this feature, any ideas how to get it working in Jade?
jx3
  • 921
  • 1
  • 7
  • 22
0
votes
1 answer

Less - Strange Prepros compilation

I have this less code : colors : 1 #F00, 2 #0F0, 3 #00F, 4 #F0F; .for(@colors); .-each(@values) { @position: extract(@values, 1); @color: extract(@values, 2); &.raster-@{position} { background-image: linear-gradient(#000000,…
Lolo
  • 527
  • 2
  • 8
  • 26
0
votes
2 answers

Sass media queries compiled css

I've started using Sass and took my old css code and worked with it. For compiling I used prepros which has the option to compress CSS which saves some space. The Problem I have is that when the SCSS code gets compiled into 1 line at the end the…
gempir
  • 1,791
  • 4
  • 22
  • 46
0
votes
3 answers

Jekyll/SASS site not compiling via Ruby running on Windows 7, tested also with Prepros, site a no go

I have Jekyll 2.4.0 and Ruby 2.0.09576 installed. I am working along with Travis from YouTube channel 'DevTips' and using all of his files/information to compile his 'Artist' project site. Last week I successfully served the project site via…
0
votes
1 answer

Prepros - C:bignum to big to convert into `long'

I launch the Prepros application to compile scss in css. But this error appear : RangeError on line ["87"] of C: bignum too big to convert into `long' Run with --trace to see the full backtrace C:\Users\me\Desktop\FFF-Bootstrap\scss\style.scss How…
Tristan
  • 33
  • 1
  • 6
0
votes
1 answer

Save SASS to same as origin files

I am using sass with prepros compiler and sublime editor. I need to have each scss file complied with the same file name. For example: I currently have- header.scss content-top.scss footer.scss and they are all compiles into style.css to create…
Moving.Paper
  • 61
  • 1
  • 5