Making WordPress.org


Ignore:
Timestamp:
12/09/2018 10:13:56 PM (5 years ago)
Author:
obenland
Message:

WPorg: Update sass files with latest structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/Gruntfile.js

    r7428 r7969  
    6868        sass_globbing: {
    6969            itcss: {
    70                 files: function() {
     70                files: (function() {
    7171                    var files = {};
    7272
     
    8383
    8484                    return files;
    85                 }()
     85                })()
    8686            },
    8787            options: { signature: false }
Note: See TracChangeset for help on using the changeset viewer.