Taylor Otwell
ecfd939ff2
Merge branch 'master' into develop
2018-02-07 09:37:45 -06:00
Nikolay Nizruhin
c4258e2b48
Update laravel-mix
2018-01-24 01:07:07 +02:00
Taylor Otwell
0178fd8921
update bootstrap
2018-01-19 08:01:34 -06:00
tomhorvat
424070a401
Update bootstrap version
2018-01-06 13:40:17 +01:00
Mohamed Said
4be558ac65
switch to bootstrap4
2017-12-20 21:14:56 +02:00
Miguel Piedrafita
c2259a2b97
Upgrade Vue
2017-11-20 20:53:53 +01:00
Gabriel Caruso
1603f7804d
Updated cross-env in package.json
2017-11-01 08:50:20 -02:00
Gabriel Caruso
273a2e76a6
Update jquery in package.json
2017-10-29 22:34:47 -02:00
Nikolay Nizruhin
6c03688d26
Update axios
2017-10-28 19:53:12 +03:00
Michael Dyrynda
8b990b27b5
Don't show progress for production run command
2017-10-25 00:07:30 +10:30
Andrew Miller
0baa2e7794
Change indent for package.json from 2 to 4 spaces
...
Minor style issue more than anything.
If using `php artisan preset` it will use PHP's `JSON_PRETTY_PRINT` to rewrite the file (https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/Presets/Preset.php#L44 ). `JSON_PRETTY_PRINT` uses four spaces for indentation, causing the entire file contents to be altered upon a diff.
Rather than adding logic to change the indentation after executing `json_encode()` in `Illuminate\Foundation\Console\Presets\Preset`, it seems easier to just fix the default indentation in `package.json`. NPM doesn't seem to change the spacing at all, so this seems like a happy medium.
2017-08-14 22:34:23 +09:00
Lucas Michot
436581afd2
Upgrade axios and cross-env.
2017-06-27 11:05:42 +02:00
Olav van Schie
b9ca228f86
Require Laravel Mix 1.0
2017-06-21 17:05:19 +02:00
Roberto Aguilar
e42ce3eae9
DRY some npm scripts
...
`dev` and `prod` are just aliases, so this allows to just defer them to their counterparts.
`watch-poll` just adds one extra argument so the special option `--` allows to pass it to the `watch` script.
2017-03-31 00:21:17 -06:00
Morva Kristóf
3335525431
NPM scripts should support Windows
2017-03-29 11:45:09 +02:00
Taylor Otwell
f5b68b1fc5
Update package.json
2017-03-28 07:49:22 -05:00
Michael Dyrynda
f19a2f206a
Provide consistency with NPM scripts
...
It trips me up each time that `npm run dev` exists but `npm run prod`
does not. This serves to fix that case, as well as providing consistency
in both directions `dev`/`development` and `prod`/`production`.
[Source](https://twitter.com/michaeldyrynda/status/846507021251690497 )
2017-03-28 11:23:08 +10:30
Mohamed Said
b19f4e8308
require laravel-mix v0.*
2017-03-26 14:34:05 +02:00
Kouceyla
29db165c6a
Upgrade laravel-mix to 0.8.3
2017-03-09 17:58:00 +01:00
Dries Vints
65c4d16d04
Do not use full paths
2017-03-06 12:39:46 +01:00
Dries Vints
f0374e4fe6
Add cross-env as a dependency and update paths
2017-03-06 12:36:45 +01:00
Kristoffer Eklund
df1f0f912a
Fix cross-env bin path
2017-03-04 18:54:33 +01:00
Kristoffer Eklund
eab39557ac
Fix cross-env bin path
2017-03-04 17:57:34 +01:00
Jeffrey Way
c76716f228
Revert npm script refactor
2017-02-23 09:50:35 -05:00
Jeffrey Way
96f662a625
Refactor npm scripts
...
Per #4147 , this adds a new `npm run watch-poll` command, and dries up some of those long repetitive commands.
2017-02-21 13:57:31 -05:00
Prabhat Shahi
e8b4f0e6ce
Update package.json
...
update laravel mix to new version
2017-02-16 11:51:31 +05:45
Rick Bolton
0257612e8a
Updated axios, jQuery, Laravel Mix, Lodash and Vue.js versions
2017-02-08 09:30:06 +00:00
Luis Dalmolin
ae03042300
Updated laravel-mix version
2017-02-02 10:01:16 -02:00
fzoske
c55b8efe72
Ensure cross-env gets executed by node
2017-01-25 11:05:42 +01:00
Martin Bastien
489f2f311e
Add missing path for Yarn Fix
2017-01-24 14:47:43 -05:00
Jeffrey Way
3fa134d1f1
Make scripts work with Yarn
2017-01-24 11:16:56 -05:00
Jeffrey Way
b6274c97a1
Bump Mix dependency
2017-01-22 02:08:18 -05:00
Taylor Otwell
100aa01088
rename mix command to dev
2017-01-17 15:58:53 -06:00
Taylor Otwell
a205b127c6
add mix settings
2017-01-17 14:30:48 -06:00
Graham Campbell
36875bb98e
Merge branch 'master' into develop
2016-12-29 13:03:32 +00:00
Daniel Iancu
4e912e3ed3
Updated package.json
...
Bumped version for laravel-elixir to 6.0.0-14 in which various npm errors and warnings have been fixed (laravel/elixir#679 ).
2016-11-08 13:56:16 +02:00
Taylor Otwell
7b318939c9
Ship axios instead of vue-resource.
2016-11-03 17:06:06 -05:00
Craig Paul
d28866294b
Updates laravel-elixir version for vue 2 compatibility
2016-10-11 12:12:01 -06:00
Erik Telford
1117be09e7
Use vue 2 and elixir-vue-2
2016-10-02 21:33:25 -05:00
Wayne Harris
76db1006cc
Update Vue Resource
...
Propose updating Vue Resource.
Will require changing the way the X-CSRF-TOKEN header in bootstrap.js
This seems to be compatible with Larval Passport
2016-09-22 10:36:43 +01:00
Taylor Otwell
9c0278274b
simplify csrf token retrieval. remove package.
2016-08-10 09:14:25 -05:00
PascaleBeier
0cfc40e790
Make use of Bootstrap 3.3.7 with jQuery 3 support
2016-07-26 17:11:10 +02:00
Taylor Otwell
41e2efb0ad
update package json
2016-07-25 18:39:48 -04:00
Taylor Otwell
eedac025eb
Slim down examples.
2016-07-24 20:19:25 -05:00
Taylor Otwell
e9fe020c0c
sample js component
2016-07-23 13:40:49 -05:00
Taylor Otwell
eb289b4170
tweak js bootstrapping
2016-07-23 12:28:02 -05:00
Taylor Otwell
3f197331b6
bootstrap vue in app.js
2016-07-23 11:39:11 -05:00
Taylor Otwell
cdbbe862ce
Jeffrey says stay with web pack.
2016-07-15 10:07:47 -05:00
Taylor Otwell
203d79fb2c
Use rollup by default instead of web pack.
2016-07-15 09:46:10 -05:00
Taylor Otwell
eb24741ced
Default JS file.
2016-07-10 21:07:27 -05:00