Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Issue with URL #37

Closed
mfsi-subhranil opened this issue May 30, 2014 · 5 comments
Closed

Issue with URL #37

mfsi-subhranil opened this issue May 30, 2014 · 5 comments

Comments

@mfsi-subhranil
Copy link

All my js/css are in public folder and i am using {{ Minify::javascript('/js/custom/reminder.js')}} which successfully creating minified file in builds folder but its not included in page. From console i can see url generated by Minify isn't correct. Its coming like below url with 403 error code. I am using laravel 4.1. How i can fix it.

http://localhost/my-project/public/%3Cscript%20src=

@amalfra
Copy link
Contributor

amalfra commented May 30, 2014

Most probably an issue with js_build_path configuration...

@mfsi-subhranil
Copy link
Author

Js folder is inside public and minified file also created indise public/js/builds
Path in config is 'js_build_path' => '/js/builds/'
Same probelm with css as well

@amalfra
Copy link
Contributor

amalfra commented Jun 1, 2014

Does the minified file have any content? Is it an empty file?

@mfsi-subhranil
Copy link
Author

Now its working fine. I made a mistake and corrected it and its working fine now.

@ceesvanegmond
Copy link
Owner

Alright! Thx @amalfra for helping!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants