[magnolia-dev] [JIRA] (NPMCLI-109) Best practice or command to process local light module build

2017-03-16 Thread JIRA (on behalf of Robert Kowalski)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Kowalski updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Magnolia CLI npm module  /  NPMCLI-109  
 
 
  Best practice or command to process local light module build   
 

  
 
 
 
 

 
Change By: 
 Robert Kowalski  
 
 
Story Points: 
 0.5  
 
 
Sprint: 
 Basel 87  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf)  
 
 

 
   
 

  
 

  
 

   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-109) Best practice or command to process local light module build

2017-03-16 Thread JIRA (on behalf of Robert Kowalski)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Kowalski updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Magnolia CLI npm module  /  NPMCLI-109  
 
 
  Best practice or command to process local light module build   
 

  
 
 
 
 

 
Change By: 
 Robert Kowalski  
 
 
Assignee: 
 Robert Kowalski  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf)  
 
 

 
   
 

  
 

  
 

   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-109) Best practice or command to process local light module build

2017-02-24 Thread JIRA (on behalf of Christopher Zimmermann)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christopher Zimmermann created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Magnolia CLI npm module  /  NPMCLI-109  
 
 
  Best practice or command to process local light module build   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 24/Feb/17 11:45 AM  
 
 
Priority: 
  Neutral  
 
 
Reporter: 
 Christopher Zimmermann  
 

  
 
 
 
 

 
 Based on other work we recommend the source control project for a sharable light module to be buildable with 'npm run build'. Additionally we recommend using .npmignore to remove all of the files not required for the production light module - such as the _dev directory and various config files. This works great for packages a developer gets directly from npm - but how should a developer work which has the source control project locally - how can they easily get their built version without the dev specific files. Of course they can run 'npm run build' locally - but how to get rid of the .npmignore files? They could build the tar.gzip locally and then unpack that.  Is there something more handy? could we provide a CLI command to do this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment