rudowastaken / laravel-elixir-angular

A simple wrapper around Laravel Elixir for processing AngularJS scripts.
12 stars 6 forks source link

Cannot get Elixir to output anything to public/js #2

Open jlem opened 9 years ago

jlem commented 9 years ago

I've followed the instructions in the readme, but the file I create in resources/assets/angular folder will not compile to public/js in either local or production environments.

rudowastaken commented 9 years ago

Could you provide contents of your angular folder? At least example one with the same filenames and folder structure. And please double check, that your your module is named SomeName_module.js

hafeez1042 commented 9 years ago

I have the same issue. also getting a warning. i think its jshint compilation error. how can i disable jshint

rudowastaken commented 9 years ago

Please add the error message, and/or try the new 1.0.1 version for Elixir 3. I've updated some dependencies as well. It might be fixed now.

afarazit commented 8 years ago

Nothing on public/js for me aswell but a js/ folder is created outsite public/ I'm using Laravel Framework version 5.1.29 (LTS)

Here's my packages.json

"gulp-concat": "^2.6.0",

"gulp-concat-sourcemap": "^1.3.1",

"gulp-filter": "^1.0.2",

"gulp-if": "^1.2.5",

"gulp-jshint": "^1.9.0",

"gulp-minify-css": "^0.3.11",

"gulp-ng-annotate": "^1",

"gulp-notify": "^2.0.0",

"gulp-sourcemaps": "^1",

"gulp-uglify": "^1",

"jshint-stylish": "^2",

"laravel-elixir": "^4.0",

"laravel-elixir-livereload": "^1.1.1",

"main-bower-files": "^2.1.0"