aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-29 14:18:14 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-29 14:18:14 +0200
commitda932efc8199e2d9fe5d830432fb3833865a9a42 (patch)
tree5cd67542971ec695a7f546ae3d129825c4e6c607 /package.json
parente9a2578e952a361b042fee45d211c6f88d89209e (diff)
downloadPeerTube-da932efc8199e2d9fe5d830432fb3833865a9a42.tar.gz
PeerTube-da932efc8199e2d9fe5d830432fb3833865a9a42.tar.zst
PeerTube-da932efc8199e2d9fe5d830432fb3833865a9a42.zip
Add loader gif when loading the video
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 42acf1b90..a9d053f6e 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
20 "build": "concurrently \"npm run client:sass\" \"npm run client:tsc\"", 20 "build": "concurrently \"npm run client:sass\" \"npm run client:tsc\"",
21 "client:clean": "concurrently \"npm run client:tsc:clean\" \"npm run client:sass:clean\"", 21 "client:clean": "concurrently \"npm run client:tsc:clean\" \"npm run client:sass:clean\"",
22 "client:sass:index": "npm run client:sass:index:clean && cd client && node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css", 22 "client:sass:index": "npm run client:sass:index:clean && cd client && node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css",
23 "client:sass:index:watch": "cd client && node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css", 23 "client:sass:index:watch": "cd client && node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css client/angular/**/ client/angular/**/**",
24 "client:sass:index:clean": "cd client && rm -f stylesheets/index.css", 24 "client:sass:index:clean": "cd client && rm -f stylesheets/index.css",
25 "client:sass:angular": "cd client && node-sass angular/ --output angular/", 25 "client:sass:angular": "cd client && node-sass angular/ --output angular/",
26 "client:sass:angular:watch": "cd client && node-sass -w angular/ --output angular/", 26 "client:sass:angular:watch": "cd client && node-sass -w angular/ --output angular/",