krafthaus / bauhaus

Laravel 4 Admin Generator
http://bauhaus.krafthaus.nl/
GNU General Public License v2.0
1 stars 0 forks source link

Add a custom.js #9

Closed willmkt closed 10 years ago

willmkt commented 10 years ago

Hi i think it would be helpful to a custom.js file, so we don't need to edit the application.js

jspekken commented 10 years ago

Updated the config file beginning from line 79. Something like that?

willmkt commented 10 years ago

Man that is perfect!

Just on thing, to work wright i added the full path of the file

    'javascripts' => [
        // Custom javascript file.
        asset('packages/krafthaus/bauhaus/javascripts/custom-admin.js')
    ]

did you leave it so it can be put anywhere on the project?

Thanks.

jspekken commented 10 years ago

Thats right, you can put it everywhere so it's flexible.