jankuca / ng-scroller

http://ngscroller.herokuapp.com
187 stars 27 forks source link

Request Commit Distribution Files to Git or Fix Build Process #8

Closed michaelahlers closed 11 years ago

michaelahlers commented 11 years ago

Currently, dist is empty, and the build process fails (see truncated output below).

$ npm install
npm WARN package.json ng-scroller@ No repository field.

> ng-scroller@ postinstall ng-scroller
> ./build.sh

sh: ./build.sh: Permission denied
npm ERR! weird error 126
npm ERR! not ok code 0

Set proper permissions on the script, and it still fails.

$ chmod +x build.sh 
$ ./build.sh 
-----------------------------------------
Update available: 1.2.6 (current: 1.2.5)
Run npm update -g bower to update
-----------------------------------------

Building app dist
Running task compile
  Cannot find Closure Library DepsWriter

Can you commit a build? Or, better yet, add GitHub releases?

michaelahlers commented 11 years ago

Temporary workaround: point to http://ngscroller.herokuapp.com/dist/ng-scroller.min.js.

jankuca commented 11 years ago

What platform are you on?

On Thursday, September 5, 2013 at 11:45 AM, Michael Ahlers wrote:

Currently, dist is empty, and the build process fails (see truncated output below). $ npm install npm WARN package.json ng-scroller@ No repository field. > ng-scroller@ postinstall ng-scroller > ./build.sh (http://build.sh) sh: ./build.sh (http://build.sh): Permission denied npm ERR! weird error 126 npm ERR! not ok code 0
Set proper permissions on the script, and it still fails. $ chmod +x build.sh (http://build.sh) $ ./build.sh (http://build.sh) ----------------------------------------- Update available: 1.2.6 (current: 1.2.5) Run npm update -g bower to update ----------------------------------------- Building app dist Running task compile Cannot find Closure Library DepsWriter
Can you commit a build? Or, better yet, add GitHub releases?

— Reply to this email directly or view it on GitHub (https://github.com/jankuca/ng-scroller/issues/8).

michaelahlers commented 11 years ago

OS X. And I just realized this ticket is probably invalid: I had tried installing with Bower and unthinkingly went into its install directory to run npm.

michaelahlers commented 11 years ago

Okay, non-issue when I clone from GitHub. Sorry about that!

jankuca commented 11 years ago

Right, you can only build from a github repo clone.

On Thursday, September 5, 2013 at 11:54 AM, Michael Ahlers wrote:

OS X. And I just realized this ticket is probably invalid: I had tried installing with Bower and unthinkingly went into its install directory to run npm.

— Reply to this email directly or view it on GitHub (https://github.com/jankuca/ng-scroller/issues/8#issuecomment-23892532).