Antonio Scandurra
|
82bbf0cd3c
|
Export channel from build/config.js
|
2016-07-28 18:52:23 +02:00 |
|
Antonio Scandurra
|
22af37a896
|
Add module cache generation
|
2016-07-28 18:32:10 +02:00 |
|
Antonio Scandurra
|
bda6447f32
|
🎨
|
2016-07-28 18:23:19 +02:00 |
|
Antonio Scandurra
|
3c414579f3
|
Transpile PEG.js files
|
2016-07-28 18:18:16 +02:00 |
|
Antonio Scandurra
|
2953014609
|
Add coffee-script and babel in build/package.json
...and use the same versions found on the root package.json.
|
2016-07-28 17:53:03 +02:00 |
|
Antonio Scandurra
|
f5c6baa064
|
Copy apm in Mac Resources folder
|
2016-07-28 17:13:31 +02:00 |
|
Antonio Scandurra
|
18c20c095f
|
Don't copy paths that will be ignored
|
2016-07-28 16:07:40 +02:00 |
|
Antonio Scandurra
|
9f0925c08c
|
Port ignore regexps from build-task.coffee
|
2016-07-28 15:40:24 +02:00 |
|
Antonio Scandurra
|
be8f6a8fcb
|
Zip correct artifact
|
2016-07-28 11:24:44 +02:00 |
|
Antonio Scandurra
|
9583c5b2cc
|
Specify app-version and build-version
|
2016-07-28 11:18:30 +02:00 |
|
Antonio Scandurra
|
f953287e54
|
Specify electronVersion in electronPackager
|
2016-07-28 11:05:33 +02:00 |
|
Antonio Scandurra
|
a3d7230f06
|
Run new build script on CIs
|
2016-07-28 10:56:31 +02:00 |
|
Antonio Scandurra
|
2be73d66bd
|
Start on electronPackager
|
2016-07-28 10:56:03 +02:00 |
|
Nathan Sobo
|
fa816eab8c
|
WIP: Add packageApplication step based on intermediate directory
|
2016-07-27 18:54:31 -06:00 |
|
Nathan Sobo
|
366cafc64a
|
Copy everything to an intermediate electron app directory
We need to do this so we can transpile everything in place, but then we
should be able to run electron-packager directly on this directory.
|
2016-07-27 18:47:33 -06:00 |
|
Nathan Sobo
|
a082be3c8c
|
Fix concat
|
2016-07-27 18:07:54 -06:00 |
|
Nathan Sobo
|
c00af22c88
|
Merge pull request #12249 from atom/ns-as-fix-spacebar-regression
Fix regression where spacebar scrolled elements containing editors
|
2016-07-27 17:29:02 -06:00 |
|
Nathan Sobo
|
7c79a5b973
|
Fix regression where spacebar scrolled elements containing editors
/cc @hellendag
|
2016-07-27 14:58:11 -06:00 |
|
Nathan Sobo
|
67046ff2d9
|
⬆️ tree-view to address flaky specs (hopefully)
|
2016-07-27 14:46:41 -06:00 |
|
Antonio Scandurra
|
e5da1011d4
|
⬆️ 💚 language-html
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-07-27 20:01:52 +02:00 |
|
Nathan Sobo
|
8e3086ab46
|
Merge pull request #12246 from atom/as-electron-compatibility
Make Atom executable as a standard Electron app
|
2016-07-27 10:54:28 -06:00 |
|
Antonio Scandurra
|
2232f61c97
|
Inline computeDestinationPath into copyAssets
...as we don't need that function to be reusable anymore. We can always extract it later if needed.
|
2016-07-27 16:58:30 +02:00 |
|
Antonio Scandurra
|
59d995b21d
|
Transpile CSON
|
2016-07-27 16:53:38 +02:00 |
|
Antonio Scandurra
|
ee60a2daaa
|
🎨
|
2016-07-27 16:53:27 +02:00 |
|
Antonio Scandurra
|
6903e941d9
|
Use path.join instead of manually creating paths
|
2016-07-27 16:39:53 +02:00 |
|
Antonio Scandurra
|
c4c12c2e1d
|
Transpile package sources
|
2016-07-27 16:17:52 +02:00 |
|
Antonio Scandurra
|
d4795ab562
|
Transpile assets in-place
|
2016-07-27 16:09:49 +02:00 |
|
Antonio Scandurra
|
7ca4145eb9
|
Merge branch 'master' into ns-modernize-build
|
2016-07-27 15:18:10 +02:00 |
|
Antonio Scandurra
|
9ad9a96b34
|
Copy comments
|
2016-07-27 15:09:08 +02:00 |
|
Antonio Scandurra
|
ccccafd4ea
|
🎨
|
2016-07-27 15:01:50 +02:00 |
|
Antonio Scandurra
|
4fc049461c
|
var -> const
|
2016-07-27 14:59:24 +02:00 |
|
Antonio Scandurra
|
e4946a1892
|
Make Atom executable as a standard Electron app
|
2016-07-27 14:58:23 +02:00 |
|
Antonio Scandurra
|
921ff85167
|
Remove trailing semicolon
|
2016-07-27 11:59:48 +02:00 |
|
Antonio Scandurra
|
9bdc88ad32
|
Export ATOM_RESOURCE_PATH in Gruntfile.coffee if unset
|
2016-07-27 11:51:57 +02:00 |
|
Antonio Scandurra
|
94b4ec4ccb
|
💚 Add missing require statement
|
2016-07-27 11:06:35 +02:00 |
|
Antonio Scandurra
|
1d2f9cfeef
|
Make sure script/grunt exports ATOM_RESOURCE_PATH
|
2016-07-27 11:02:41 +02:00 |
|
Antonio Scandurra
|
8b259a9f9f
|
Put back Travis badge for Linux build status
|
2016-07-27 10:29:37 +02:00 |
|
Antonio Scandurra
|
98b792504f
|
Merge pull request #12232 from atom/as-ns-remove-osx-from-travis
Remove OS X from Travis Build Matrix
|
2016-07-27 10:27:20 +02:00 |
|
Nathan Sobo
|
e8f1591c92
|
Merge pull request #12240 from atom/revert-12233-revert-11897-mkt-use-apm-with-npm3-and-node-4
Revert "Revert "Use apm@1.12.2 with Node v4 and npm v3 \o/""
|
2016-07-26 11:10:43 -06:00 |
|
Nathan Sobo
|
ea8ca2f17f
|
⬆️ atom-package-manager to fix asar-require issues
|
2016-07-26 11:09:35 -06:00 |
|
Nathan Sobo
|
beeeaeb521
|
Revert "Revert "Use apm@1.12.2 with Node v4 and npm v3 \o/""
|
2016-07-26 10:29:25 -06:00 |
|
Damien Guard
|
8550fe028b
|
New crashreporter URL to prevent warnings
|
2016-07-26 09:10:43 -07:00 |
|
Antonio Scandurra
|
59bc5d427e
|
Copy static/, dot-atom/ and vendor/ as they are
|
2016-07-26 14:52:14 +02:00 |
|
Antonio Scandurra
|
265cb90a6d
|
Clean output directory before building
|
2016-07-26 14:51:51 +02:00 |
|
Antonio Scandurra
|
e6ae7d836d
|
Inline transpile call
|
2016-07-26 14:51:07 +02:00 |
|
Nathan Sobo
|
986689b0e4
|
Merge pull request #12233 from atom/revert-11897-mkt-use-apm-with-npm3-and-node-4
Revert "Use apm@1.12.2 with Node v4 and npm v3 \o/"
|
2016-07-25 16:22:50 -06:00 |
|
Nathan Sobo
|
f19e043f5c
|
Revert "Use apm@1.12.2 with Node v4 and npm v3 \o/"
|
2016-07-25 16:22:22 -06:00 |
|
Damien Guard
|
7e006cde87
|
Merge pull request #12230 from atom/dg-do-not-autosubmit-crash-reporter
Disable autosubmit of crash reporter
|
2016-07-25 11:37:56 -07:00 |
|
Max Brunsfeld
|
920f62a76a
|
Merge pull request #11216 from ypresto/speedup-config-setdefaults
🐎 wrap loop of config.setDefaults() in transact()
|
2016-07-25 10:29:35 -07:00 |
|
Max Brunsfeld
|
397a672d69
|
Merge pull request #12226 from ypresto/transact-set-schema
Speedup Packages view loading time
|
2016-07-25 10:01:09 -07:00 |
|