FLUID-6071: The default Infusion grunt task does not include built CSS files from Stylus

Metadata

Source
FLUID-6071
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Jonathan Hung
Created
2016-11-15T09:44:21.093-0500
Updated
2016-11-15T13:13:04.347-0500
Versions
N/A
Fixed Versions
  1. 2.0
Component
  1. Infusion Builder

Description

Running the default grunt task does not include the built CSS files in the resulting infusion.zip file. Instead the zip file contains Stylus files.

To reproduce:
1. Get infusion and get its dependencies (run npm install)
2. Run grunt
3. Extract products/infusion-2.0.0.zip
4. Notice that infusion/src/framework/preferences/css/ contains only Stylus files and not the CSS files.

Comments