Commit Graph

13 Commits (e6e8f02fb7060cd3c604146e6e186b51cfecebfd)

Author SHA1 Message Date
lilia e6e8f02fb7
Populate required fields in package.json
// FREEBIE
8 years ago
lilia 2cf7ea0a94
Hello Electron
In package.json, define our main entry point for electron, and add a
node script to start it up.

Add main.js from Electron/electron-quick-start with two modifications.
1. Load background.html instead of index.html
2. Disable node integration in the renderer

At this point we can load the background page in a window
with `npm start`, though it currently breaks on missing chrome app APIs.

// FREEBIE
8 years ago
lilia 79ad09ba47 Update jshint 8 years ago
lilia c442a02cb6 Add build support for expiring old releases
Builds expire after 90 days.
9 years ago
Sam Lanning b7fd862aa6 Create tx task which performs 'tx pull' followed by 'locale-patch'
// FREEBIE
9 years ago
lilia a229075016 Update project/repo names in package.json
// FREEBIE
9 years ago
lilia c526dbda5f Set up production build task
`grunt copy`

Closes #191
10 years ago
Joe Bandenburg ac8584dd85 Add JSCS and run as grunt test task
This change only introduces a single rule but more can easily be added
going forwards.
10 years ago
Daniel Reichert 5114fa1f0a Update name and repository in package.json 10 years ago
Arlo Breault 8d56a1b248 Run tests on Sauce Labs
* Issue #57
11 years ago
lilia cd888f66ef Build unminified manifest.css from sources 11 years ago
lilia a79fb363aa Let npm install bower
One less step for new contributors who need to add dependencies.
11 years ago
lilia 73f4f64351 Grunt preen and concat
Set up grunt with tasks for:
  * preen - deletes unused files from bower_components, configured in
      bower.json
  * concat - concatenates preened bower components, configured
      automagically from the preen config

It's worth noting that this setup assumes the order of files within a
package doesn't matter. This is usually true since we often include only
one file from the package.
11 years ago