11 Jul, 2016

2 commits


04 Jul, 2016

1 commit

  • Skins - Build/deploy support
    
    The first **_skins_** feature implementation doesn't works to `gulp build` tasks.
    Now, this changes enables support to a specific **`package.json`** to subthemes, allowing a default skin (optionally) in each subtheme folder.
    
    Added to some simple refactorys into `gulp/conf.js` file.
    
    Example of the new **`package.json`** file of `angular-participa-consulta` subtheme:
    
    ``` javascript
    {
      "name": "angular-participa-consulta",
      "version": "1.0.0",
      "description": "The theme for 'Consulta publica' community specific colors and UI changes",
      "config": {
        "theme": "angular-participa-consulta",
        "skin": "skin-yellow" //Here is the DEFAULT theme skin
      },
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
      },
      "author": "",
      "license": "ISC"
    }
    
    ```
    
    These changes is related with merge !48 and fixes #96
    
    See merge request !50
    Evandro Junior
     

01 Jul, 2016

1 commit


29 Jun, 2016

3 commits


28 Jun, 2016

1 commit


20 Jun, 2016

1 commit


15 Jun, 2016

3 commits


07 Jun, 2016

1 commit


31 May, 2016

1 commit


23 May, 2016

2 commits


20 May, 2016

1 commit


19 May, 2016

2 commits


18 May, 2016

1 commit


13 May, 2016

1 commit


11 May, 2016

6 commits


06 May, 2016

1 commit


12 Apr, 2016

1 commit


01 Apr, 2016

4 commits