Skip to content

Commit

Permalink
Add missing ajax-loader.gif image
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Jul 24, 2019
1 parent 473c4f6 commit 03df91e
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 14 deletions.
2 changes: 0 additions & 2 deletions dist/css/blocks.editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions dist/css/blocks.style.css

Large diffs are not rendered by default.

Binary file added dist/images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions dist/js/editor.blocks.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/js/frontend.blocks.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nova",
"name": "nova-blocks",
"version": "1.0.0",
"main": "blocks/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Unless otherwise specified, all the plugins files, scripts and images are licens

The Nova Blocks plugin bundles the following third-party resources:

* [jQuery Bully plugin](https://github.com/pixelgrade/rellax) Copyright (c) 2016 Pixelgrade - License: MIT
* [jQuery Rellax plugin](https://github.com/pixelgrade/rellax) Copyright (c) 2016 Pixelgrade - License: MIT
* [jQuery Slick plugin](http://kenwheeler.github.io) Copyright (c) 2017 Ken Wheeler - License: MIT
* [jQuery Velocity plugin](http://velocityjs.org/) Copyright (c) 2014-2017 Julian Shapiro - License: MIT
Expand Down
4 changes: 2 additions & 2 deletions src/scss/vendor/_slick-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-loader-path: "../images/" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
Expand Down Expand Up @@ -188,4 +188,4 @@ $slick-opacity-not-active: 0.25 !default;
opacity: $slick-opacity-default;
}
}
}
}
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
filename: '[name].js',
},
watch: 'production' !== process.env.NODE_ENV,
devtool: 'inline-source-map',
module: {
rules: [
{
Expand Down

0 comments on commit 03df91e

Please sign in to comment.