dojo / grunt-dojo2

Dojo 2 - Grunt tasks and configuration (internal use)
Other
4 stars 16 forks source link

Generated dojo theme key should not include `.m` #132

Closed tomdye closed 7 years ago

tomdye commented 7 years ago

Bug

Need to edit https://github.com/dojo/grunt-dojo2/blob/master/tasks/util/postcss.ts#L27 To remove the .m from our theme key as our css files are now named .m.css.

I believe it is safe to simply change this replace to path.basename(outputPath, '.m.css') as we only css-module process files with this file extension.

kitsonk commented 7 years ago

Is there anything to address in dojo build along these lines?