Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Build: Correctly transform structure CSS references in the demos
Browse files Browse the repository at this point in the history
Closes gh-7778
Fixes gh-7771
  • Loading branch information
Gabriel Schulhof committed Oct 24, 2014
1 parent 7a633c2 commit 2f7a0bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -146,7 +146,8 @@ module.exports = function( grunt ) {
// processed here
.replace( /css\/structure\/jquery\.mobile\.structure\.css/gi,
path.join( "css", "themes", "default",
processedName + ".structure" + ".min.css" ) )
grunt.config.process( name + ".structure" +
"<%= versionSuffix %>" ) + ".min.css" ) )

// References to the icons CSS file need to be processed here
.replace( /css\/themes\/default\/jquery\.mobile\.icons\.css/,
Expand Down

0 comments on commit 2f7a0bc

Please sign in to comment.