~jonas-drange/online-services-common-js/navbar-autocomplete

« back to all changes in this revision

Viewing changes to src/stylenode/build.json

  • Committer: Stephen Stewart
  • Date: 2014-02-22 23:57:25 UTC
  • mfrom: (18.1.2 trunk)
  • Revision ID: stephen.stewart@canonical.com-20140222235725-iw6f15t9umws19xd
mergeĀ lp:~stephen-stewart/online-services-common-js/remove-u1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "name": "stylenode",
3
 
  "builds": {
4
 
    "stylenode": {
5
 
      "jsfiles": [
6
 
        "./js/stylenode.js"
7
 
      ],
8
 
      "config": {
9
 
        "requires": [
10
 
          "base-base",
11
 
          "base-pluginhost",
12
 
          "base-build",
13
 
          "node-base",
14
 
          "node-event-delegate",
15
 
          "node-pluginhost",
16
 
          "node-screen",
17
 
          "node-style"
18
 
        ]
19
 
      }
20
 
    }
21
 
  }
22
 
}