mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
c2616412c0
* Add laravel routes to javascript This will clean up a lot of passing of urls. Adds a route() helper and everything... This commit also moves the customfield fetching to only be fetched once and shared with each file, rather than once for each file. * Try to fix travis unit test things. * Downgrade doctrine/inflector for php5 * Attempt to occasional seeder issues on travis if the asset does not generate validatable data. * Update sql dump for functional tests. * Try to fix api tests.
8 lines
274 B
JSON
8 lines
274 B
JSON
{
|
|
"/vue.js": "/vue.js",
|
|
"/css/AdminLTE.css": "/css/AdminLTE.css",
|
|
"/css/app.css": "/css/app.css",
|
|
"/css/overrides.css": "/css/overrides.css",
|
|
"/public/css/dist/all.css": "/public/css/dist/all.css",
|
|
"/public/js/dist/all.js": "/public/js/dist/all.js"
|
|
} |