designmodo-flatuipro-rails icon indicating copy to clipboard operation
designmodo-flatuipro-rails copied to clipboard

Error: Sprockets::FileNotFound: couldn't find flatuipro.js in Travis-CI

Open akshatpradhan opened this issue 11 years ago • 2 comments

@reflection This gem is not test friendly. Its especially not Travis-CI friendly either. Travis-CI is a hosted continuous integration service that don't allow us root access. We push our code up there through git and they run our tests.

Here's the error https://travis-ci.org/akshatpradhan/spoutlets/builds/12443369#L302 where its looking for flatuipro.js and its not finding it.

Error: Sprockets::FileNotFound: couldn't find file 'jquery.ui.touch-punch.min'
       (in /home/travis/build/akshatpradhan/spoutlets/app/assets/javascripts/flatuipro.js:1)
Error: Sprockets::FileNotFound: couldn't find file 'jquery.ui.touch-punch.min'
 (in /home/travis/build/akshatpradhan/spoutlets/app/assets/javascripts/flatuipro.js:1)
   at http://127.0.0.1:51875/assets/application.js:1

I imagine other continuous integration services would pick up the same problem.

@adamico was able to confirm this as well.

akshatpradhan avatar Oct 12 '13 13:10 akshatpradhan

Any word on this problem? Clues on where one might look to try and fix it?

kovacs avatar May 19 '14 00:05 kovacs

Yeah the solution was to move to this: https://github.com/wingrunr21/flat-ui-sass

The real problem is flat ui's licensing. Designmodo's "open source" version is really just crippleware.

akshatpradhan avatar May 19 '14 03:05 akshatpradhan