Skip to content

Commit 2d904f3

Browse files
committed
Spacing and a URL fix
1 parent 9d2ec3e commit 2d904f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/grunt/postcss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// https://github.com/nDmitry/grunt-postcss
2-
var autoprefixer = require('autoprefixer-core');
2+
var autoprefixer = require( 'autoprefixer-core' );
33

44
module.exports = {
55
options: {

config/grunt/potomo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// https://github.com/axisplugins/grunt-potomo
1+
// https://github.com/axisthemes/grunt-potomo
22
module.exports = {
33
release: {
44
files: [
55
{
66
expand: true,
77
cwd: '<%= paths.assets %><%= paths.languages %>',
8-
src: ['*.po'],
8+
src: [ '*.po' ],
99
dest: '<%= paths.plugin%><%= paths.languages %>',
1010
ext: '.mo',
1111
nonull: true,

0 commit comments

Comments
 (0)