linner icon indicating copy to clipboard operation
linner copied to clipboard

linner can't fetch bundle jquery.js

Open jacarrichan opened this issue 9 years ago • 0 comments

linner can't fetch bundle jquery.js . but Chrome can open the url (http://code.jquery.com/jquery-1.10.2.js). in ubuntu 14.04

hadoop@ubuntu:~$ linner new webapp
      create  webapp
      create  webapp/app/images/.gitkeep
      create  webapp/app/images/logo.png
      create  webapp/app/scripts/app.coffee
      create  webapp/app/styles/app.scss
      create  webapp/app/templates/welcome.hbs
      create  webapp/app/views/index.html
      create  webapp/bin/server
      create  webapp/config.yml
      create  webapp/public/.gitkeep
      create  webapp/test/.gitkeep
      create  webapp/vendor/.gitkeep
       chmod  webapp/bin/server
hadoop@ubuntu:~$ cd webapp/
hadoop@ubuntu:~/webapp$ ls
app  bin  config.yml  public  test  vendor
hadoop@ubuntu:~/webapp$ linner build
Installing jquery.js 1.10.2...
👻 : Can't fetch bundle jquery.js from http://code.jquery.com/jquery-1.10.2.js!
hadoop@ubuntu:~/webapp$ linner -v 
0.11.4

in windows 8.1

C:\Users\Jacarri\webapp>linner b
DL is deprecated, please use Fiddle
I, [2016-01-16T22:58:56.478732 #7312]  INFO -- : Celluloid 0.17.2 is running in BACKPORTED mode. [ http://git.io/vJf3J ]
Installing jquery.js 1.10.2...
👻 : Can't fetch bundle jquery.js from http://code.jquery.com/jquery-1.10.2.js!

C:\Users\Jacarri\webapp>linner -v
DL is deprecated, please use Fiddle
I, [2016-01-16T23:52:11.693683 #6156]  INFO -- : Celluloid 0.17.2 is running in BACKPORTED mode. [ http://git.io/vJf3J ]
0.10.0

image

jacarrichan avatar Jan 16 '16 15:01 jacarrichan