dongquexi1990 2016-03-09 15:23
浏览 52
已采纳

minification后找不到angular-php api

I scaffolded a basic angular-php yeoman app to try it out.

angular-php

When I run grunt serve it works as expected and pulls some data using rest using $http.get('/api/features')....

When I minifiy the project it creates a dist folder which I assumed could be dropped onto a webserver so I dropped it onto XAMPP and browsed to localhost:8000/dist.

The site loads ok but it cannot find the api

localhost:8000/api/features not found

when I browse to localhost:8000/dist/api/features it returns the json so the api is functioning, so I changed the get url to $http.get('dist/api/features') only this time it says

localhost:8000/dist/dist/api/features not found

What am I missing?

  • 写回答

1条回答 默认 最新

  • dsgsdg206050 2016-03-09 15:40
    关注

    Oops. Seems I forgot a /.

    Should have been /dist/api/features

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部